Skip to content

Commit

Permalink
Bump rust-version to 1.72.0 (#196)
Browse files Browse the repository at this point in the history
* Bump rust-version to 1.72.0

* Bump rust version in MSRC CI check
  • Loading branch information
Jefffrey committed Feb 11, 2024
1 parent 79732df commit 71f4742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install 1.60.0
- name: Install 1.72.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.72.0
- name: check
run: cargo check
no_std:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
readme = "README.md"
build = "./build.rs"
exclude = ["/smhasher", "/benchmark_tools"]
rust-version = "1.60.0"
rust-version = "1.72.0"

[lib]
name = "ahash"
Expand Down

0 comments on commit 71f4742

Please sign in to comment.