mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-06 20:41:11 +00:00
try to turn off "std" inclusion for the assembler crate
...unsuccessful tho. Rust features are hard.
This commit is contained in:
parent
f29aad18da
commit
8091a73b80
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ subtle = { version = "^2.2.1", default-features = false }
|
|||
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }
|
||||
packed_simd = { version = "0.3", features = ["into_bits"], optional = true }
|
||||
zeroize = { version = "1", default-features = false }
|
||||
engine25519-as = { path="../engine25519-as" }
|
||||
engine25519-as = { path="../engine25519-as", default-features = false, features = [] }
|
||||
|
||||
[features]
|
||||
nightly = ["subtle/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue