Skip to content

Commit

Permalink
block-padding v0.4.0-rc.1 (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Sep 28, 2024
1 parent 8efe873 commit 492eebd
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-rc.0"
version = "0.4.0-rc.1"
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,5 +12,5 @@ keywords = ["custom-reference"]
readme = "README.md"

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

0 comments on commit 492eebd

Please sign in to comment.