Skip to content

Commit

Permalink
sha3: bump keccak dependency to v0.2.0-pre.0 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 16, 2024
1 parent 3020704 commit c77701d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.71"

[dependencies]
digest = "=0.11.0-pre.6"
keccak = "0.1.4"
keccak = "=0.2.0-pre.0"

[dev-dependencies]
digest = { version = "=0.11.0-pre.6", features = ["dev"] }
Expand Down

0 comments on commit c77701d

Please sign in to comment.