mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Pin the version of unsafe_target_feature
This commit is contained in:
parent
94247a79d1
commit
502897109c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ digest = { version = "0.10", default-features = false, optional = true }
|
||||||
subtle = { version = "2.3.0", default-features = false }
|
subtle = { version = "2.3.0", default-features = false }
|
||||||
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }
|
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }
|
||||||
zeroize = { version = "1", default-features = false, optional = true }
|
zeroize = { version = "1", default-features = false, optional = true }
|
||||||
unsafe_target_feature = { version = "0.1.1", optional = true }
|
unsafe_target_feature = { version = "= 0.1.1", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||||
cpufeatures = "0.2.6"
|
cpufeatures = "0.2.6"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue