The sha2 dependency is only for tests.

This commit is contained in:
Isis Lovecruft 2017-03-15 22:34:46 +00:00
parent a6e74ba608
commit 0e535a9318
Failed to extract signature

View file

@ -112,7 +112,6 @@
#[macro_use]
extern crate arrayref;
extern crate sha2;
extern crate curve25519_dalek;
extern crate generic_array;
extern crate digest;
@ -124,6 +123,9 @@ extern crate rand;
#[macro_use]
extern crate std;
#[cfg(test)]
extern crate sha2;
#[cfg(test)]
extern crate rustc_serialize;