We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad01d23 commit 15ff786Copy full SHA for 15ff786
Cargo.toml
@@ -31,6 +31,8 @@ members = [
31
opt-level = 2
32
33
[patch.crates-io]
34
+digest = { git = "https://github.com/RustCrypto/traits" }
35
+
36
sha1 = { path = "sha1" }
37
sha3 = { path = "sha3" }
38
whirlpool = { path = "whirlpool" }
md5/Cargo.toml
@@ -16,11 +16,11 @@ categories = ["cryptography", "no-std"]
16
name = "md5"
17
18
[dependencies]
19
-digest = "0.11.0-rc.5"
+digest = "0.11.0-rc.7"
20
cfg-if = "1"
21
22
[dev-dependencies]
23
-digest = { version = "0.11.0-rc.5", features = ["dev"] }
+digest = { version = "0.11.0-rc.7", features = ["dev"] }
24
hex-literal = "1"
25
base16ct = { version = "1", features = ["alloc"] }
26
0 commit comments