Merge pull request #138 from oleganza/byteorder-nostd

Disable default features in byteorder dependency to be no_std-compatible
This commit is contained in:
Henry de Valence 2018-05-10 17:18:34 -07:00 committed by GitHub
commit 4bc75792e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"