Skip to content

Commit ff785c9

Browse files
authored
block-buffer: bump crypto-common to v0.2.0-pre.5 (#1050)
Also cuts a `block-buffer` v0.11.0-pre.5 prerelease
1 parent e157641 commit ff785c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-buffer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Buffer type for block processing of data"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
crypto-common = "=0.2.0-pre.4"
16+
crypto-common = "=0.2.0-pre.5"
1717
zeroize = { version = "1.4", optional = true, default-features = false }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)