Skip to content

Commit

Permalink
Update dependencies and bump MSRV to 1.64 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Sep 16, 2024
1 parent be5c454 commit c0d398d
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 493 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
# rust-version from Cargo.toml
- name: Install Rust 1.61.0
uses: dtolnay/rust-toolchain@1.61.0
- name: Install Rust 1.64.0
uses: dtolnay/rust-toolchain@1.64.0
- name: Use predefined lockfile
run: mv Cargo.lock.MSRV Cargo.lock
- name: Build
Expand Down
Loading

0 comments on commit c0d398d

Please sign in to comment.