Skip to content

Commit

Permalink
Update to the newest working msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
stusmall committed Oct 7, 2024
1 parent b64208d commit d341a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
profile: minimal
# We want to check MSRV support. Our test deps might have a higher MSRV requirement, so we have a separate
# step just to build on this older toolchain
toolchain: 1.34
toolchain: 1.60
- name: Build
run: cargo build
- name: Build no-std
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description = "A rust implementation of Murmur3 hash"
repository = "https://github.com/stusmall/murmur3"
keywords = ["hash","murmur3","murmur"]
license = "MIT/Apache-2.0"
edition = "2018"
rust-version = "1.32"
edition = "2021"
rust-version = "1.60"

[dependencies]

Expand Down

0 comments on commit d341a11

Please sign in to comment.