mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
disable default features in byteorder dependency to be no_std-compatible
This commit is contained in:
parent
62bb6b79a1
commit
2a1e122300
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ harness = false
|
|||
# match exactly, since the build.rs uses the crate itself as a library.
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
byteorder = {version = "1", default-features = false }
|
||||
digest = "0.7"
|
||||
generic-array = "0.9"
|
||||
clear_on_drop = "=0.2.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue