Skip to content

Commit

Permalink
Bump MSRV of blake3 to 1.72.0
Browse files Browse the repository at this point in the history
This is because the MSRV of `zeroize` v1.8.0 is 1.72.0.
  • Loading branch information
sorairolake committed Apr 24, 2024
1 parent b59b7ed commit 4238c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://github.com/rust-lang/libs-team/issues/72.
# This test target is here so that we notice if we accidentally bump
# the MSRV, but it's not a promise that we won't bump it.
"1.66.1",
"1.72.0",
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "CC0-1.0 OR Apache-2.0"
documentation = "https://docs.rs/blake3"
readme = "README.md"
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.72.0"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion test_vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "test_vectors"
version = "0.0.0"
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.72.0"

[features]
neon = ["blake3/neon"]
Expand Down

0 comments on commit 4238c13

Please sign in to comment.