Skip to content

Commit a573881

Browse files
authored
digest: bump sha2 dev-dependency to v0.11 (#2345)
1 parent 2465f98 commit a573881

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

digest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ctutils = { version = "0.4", optional = true }
2323
zeroize = { version = "1.7", optional = true, default-features = false }
2424

2525
[dev-dependencies]
26-
sha2 = "0.11.0-rc.5"
26+
sha2 = "0.11"
2727

2828
[features]
2929
default = ["block-api"]

0 commit comments

Comments
 (0)