mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2025-01-21 15:50:01 +01:00
Bump MSRV of blake3
to 1.72.0
This is because the MSRV of `zeroize` v1.8.0 is 1.72.0.
This commit is contained in:
parent
e1b2f92cf7
commit
3ce50be644
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user