disable default features in byteorder dependency to be no_std-compatible

This commit is contained in:
Oleg Andreev 2018-05-10 15:13:50 -07:00
parent 62bb6b79a1
commit 2a1e122300

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"