diff --git a/Cargo.toml b/Cargo.toml index 355e9b8..e55e214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ digest = "0.7" generic-array = "0.9" clear_on_drop = "=0.2.3" # subtle = { version = "0.7", features = ["generic-impls"], default-features = false } -subtle = { git = "https://github.com/dalek-cryptography/subtle", tag = "0.7.0" } +subtle = { git = "https://github.com/dalek-cryptography/subtle", tag = "0.7.0", features = ["generic-impls"], default-features = false } serde = { version = "1.0", optional = true } packed_simd = { version = "0.1.0", features = ["into_bits"], optional = true } @@ -58,7 +58,7 @@ digest = "0.7" generic-array = "0.9" clear_on_drop = "=0.2.3" # subtle = { version = "0.7", features = ["generic-impls"], default-features = false } -subtle = { git = "https://github.com/dalek-cryptography/subtle", tag = "0.7.0" } +subtle = { git = "https://github.com/dalek-cryptography/subtle", tag = "0.7.0", features = ["generic-impls"], default-features = false} serde = { version = "1.0", optional = true } packed_simd = { version = "0.1.0", features = ["into_bits"], optional = true }