Skip to content

Commit

Permalink
whirlpool v0.11.0-pre.4 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 27, 2024
1 parent b5961e1 commit a73e846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 fsb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.71"

[dependencies]
digest = "=0.11.0-pre.9"
whirlpool = { version = "=0.11.0-pre.2", path = "../whirlpool", default-features = false }
whirlpool = { version = "=0.11.0-pre.4", path = "../whirlpool", default-features = false }

[dev-dependencies]
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
Expand Down
2 changes: 1 addition & 1 deletion whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whirlpool"
version = "0.11.0-pre.2"
version = "0.11.0-pre.4"
description = "Whirlpool hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a73e846

Please sign in to comment.