Skip to content

Commit

Permalink
block-padding v0.4.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 26, 2024
1 parent dffbcfe commit 13358f4
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 block-padding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-padding"
version = "0.4.0-pre.4"
version = "0.4.0-rc.0"
description = "Padding and unpadding of messages divided into blocks."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["custom-reference"]
readme = "README.md"

[dependencies]
block-padding = { version = "=0.4.0-pre.4", path = "../block-padding", optional = true }
block-padding = { version = "0.4.0-rc.0", path = "../block-padding", optional = true }
hybrid-array = "0.2.0-rc.9"

[features]
Expand Down

0 comments on commit 13358f4

Please sign in to comment.