Skip to content

Commit

Permalink
block-buffer: release v0.11.0-rc.1 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Aug 14, 2024
1 parent af6b5ae commit 5d46aba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions 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 block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-buffer"
version = "0.11.0-rc.0"
version = "0.11.0-rc.1"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Buffer type for block processing of data"
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
rust-version = "1.65"

[dependencies]
crypto-common = "0.2.0-rc.0"
crypto-common = "0.2.0-rc.1"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 5d46aba

Please sign in to comment.