Skip to content

Commit

Permalink
inout: release v0.2.0-rc.4 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Feb 22, 2025
1 parent 1f62901 commit a82505a
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions inout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inout"
version = "0.2.0-rc.3"
version = "0.2.0-rc.4"
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ keywords = ["custom-reference"]
readme = "README.md"

[dependencies]
block-padding = { version = "0.4.0-rc.2", path = "../block-padding", optional = true }
block-padding = { version = "0.4.0-rc.3", path = "../block-padding", optional = true }
hybrid-array = "0.3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit a82505a

Please sign in to comment.