Skip to content

Commit

Permalink
modify Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Xing committed Apr 6, 2020
1 parent 6f16329 commit 67d17d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand All @@ -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 }

Expand Down

0 comments on commit 67d17d1

Please sign in to comment.