Skip to content

Commit

Permalink
whirlpool v0.11.0-pre.2 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 19, 2024
1 parent 4f1cd10 commit c755fb2
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.7"
whirlpool = { version = "=0.11.0-pre", path = "../whirlpool", default-features = false }
whirlpool = { version = "=0.11.0-pre.2", path = "../whirlpool", default-features = false }

[dev-dependencies]
digest = { version = "=0.11.0-pre.7", 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"
version = "0.11.0-pre.2"
description = "Whirlpool hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c755fb2

Please sign in to comment.