Skip to content

Commit 1fa0781

Browse files
authored
Cut rc.5 prereleases (#258)
Fixes compatibility with the `digest` crate. Note: `hmac` already received a v0.13.0-rc.6 release in #256 which includes fixes for the same issue. Releases the following: - `cbc-mac` v0.2.0-rc.5 - `cmac` v0.8.0-rc.5 - `pmac` v0.8.0-rc.5 Closes #257
1 parent a008265 commit 1fa0781

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

cbc-mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbc-mac"
3-
version = "0.2.0-rc.4"
3+
version = "0.2.0-rc.5"
44
description = "Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmac"
3-
version = "0.8.0-rc.4"
3+
version = "0.8.0-rc.5"
44
description = "Generic implementation of Cipher-based Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

pmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmac"
3-
version = "0.8.0-rc.4"
3+
version = "0.8.0-rc.5"
44
description = "Generic implementation of Parallelizable Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)