Skip to content

Commit

Permalink
chore: fix MSRV (rust-bio#553)
Browse files Browse the repository at this point in the history
* chore: fix MSRV

* Update rust.yml

* update rust version in readme
  • Loading branch information
johanneskoester authored and jch-13 committed Dec 20, 2023
1 parent 0af741d commit 2a7bcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: Formatting
runs-on: ubuntu-latest
env:
MSRV_VERSION: 1.62.0
MSRV_VERSION: 1.64.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -100,10 +100,6 @@ jobs:
- name: check if README matches MSRV defined here
run: grep $MSRV_VERSION README.md

- name: pin dependency versions for MSRV
run: |
cargo update -p indexmap --precise 1.8.2
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For extra credit, feel free to familiarize yourself with:

## Minimum supported Rust version

Currently the minimum supported Rust version is 1.62.0.
Currently the minimum supported Rust version is 1.64.0.

## License

Expand Down

0 comments on commit 2a7bcb2

Please sign in to comment.