Skip to content

Commit 15ff786

Browse files
committed
use patched version of digest
1 parent ad01d23 commit 15ff786

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ members = [
3131
opt-level = 2
3232

3333
[patch.crates-io]
34+
digest = { git = "https://github.com/RustCrypto/traits" }
35+
3436
sha1 = { path = "sha1" }
3537
sha3 = { path = "sha3" }
3638
whirlpool = { path = "whirlpool" }

md5/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ categories = ["cryptography", "no-std"]
1616
name = "md5"
1717

1818
[dependencies]
19-
digest = "0.11.0-rc.5"
19+
digest = "0.11.0-rc.7"
2020
cfg-if = "1"
2121

2222
[dev-dependencies]
23-
digest = { version = "0.11.0-rc.5", features = ["dev"] }
23+
digest = { version = "0.11.0-rc.7", features = ["dev"] }
2424
hex-literal = "1"
2525
base16ct = { version = "1", features = ["alloc"] }
2626

0 commit comments

Comments
 (0)