mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Merge pull request #138 from oleganza/byteorder-nostd
Disable default features in byteorder dependency to be no_std-compatible
This commit is contained in:
commit
4bc75792e6
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.
|
# match exactly, since the build.rs uses the crate itself as a library.
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1"
|
byteorder = {version = "1", default-features = false }
|
||||||
digest = "0.7"
|
digest = "0.7"
|
||||||
generic-array = "0.9"
|
generic-array = "0.9"
|
||||||
clear_on_drop = "=0.2.3"
|
clear_on_drop = "=0.2.3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue