Lower MSRV to 1.60

Closes zcash/zip32#6.
This commit is contained in:
Jack Grigg 2023-12-05 18:36:15 +00:00
parent ce3830f277
commit 6a0c9639af
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ homepage = "https://github.com/zcash/zip32"
repository = "https://github.com/zcash/zip32"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.60"
[dependencies]
blake2b_simd = "1"

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
channel = "1.60.0"
components = ["clippy", "rustfmt"]