Skip to content

Commit

Permalink
bump msrv to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jul 10, 2024
1 parent 697fe7d commit fb71255
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ jobs:
- uses: actions/checkout@v2

- name: check if README matches MSRV defined here
run: grep '1.56.0' README.md
run: grep '1.63.0' README.md

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.63.0
override: true

- name: Check if it builds
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["science", "algorithms"]
license = "MIT/Apache-2.0"
readme = 'README.md'
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.63.0"

[dependencies]
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ntHash (version [1.0.4](https://github.com/bcgsc/ntHash/releases/tag/v1.0.4)) im

## Minimum supported Rust version

Currently the minimum supported Rust version is 1.56.0.
Currently the minimum supported Rust version is 1.63.0.

## License

Expand Down

0 comments on commit fb71255

Please sign in to comment.