Skip to content

Commit d5f7f19

Browse files
authored
sha3: bump keccak to v0.2.0-rc.0 (#729)
1 parent 26facec commit d5f7f19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories = ["cryptography", "no-std"]
1818

1919
[dependencies]
2020
digest = "0.11.0-rc.1"
21-
keccak = "=0.2.0-pre.0"
21+
keccak = "0.2.0-rc.0"
2222

2323
[dev-dependencies]
2424
digest = { version = "0.11.0-rc.1", features = ["dev"] }

0 commit comments

Comments
 (0)