Skip to content

Commit

Permalink
block-buffer: bump crypto-common to v0.2.0-pre.5 (#1050)
Browse files Browse the repository at this point in the history
Also cuts a `block-buffer` v0.11.0-pre.5 prerelease
  • Loading branch information
tarcieri committed Feb 1, 2024
1 parent e157641 commit ff785c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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-pre.4"
version = "0.11.0-pre.5"
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-pre.4"
crypto-common = "=0.2.0-pre.5"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit ff785c9

Please sign in to comment.