Skip to content

Commit fe63a2b

Browse files
authored
cbc+ctr: cut new prereleases (#107)
Releases the following: - `cbc` v0.2.0-rc.4 - `ctr` v0.10.0-rc.4
1 parent 3dbbcf1 commit fe63a2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

cbc/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"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0-rc.4"
44
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

ctr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctr"
3-
version = "0.10.0-rc.3"
3+
version = "0.10.0-rc.4"
44
description = "CTR block modes of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)