parent
ce3830f277
commit
6a0c9639af
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.65.0"
|
||||
channel = "1.60.0"
|
||||
components = ["clippy", "rustfmt"]
|
||||
|
|
Loading…
Reference in New Issue