1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-12 18:56:26 +02: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:
Shun Sakai 2024-04-25 07:39:35 +09:00
parent e1b2f92cf7
commit 3ce50be644
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"]

View File

@ -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"]