Skip to content

Commit bd3285d

Browse files
authored
aes-kw: 0.3.0-rc.0 (#49)
1 parent 15f7dd0 commit bd3285d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

aes-kw/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-kw"
3-
version = "0.3.0-pre"
3+
version = "0.3.0-rc.0"
44
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
aes = "=0.9.0-pre.3"
16+
aes = "0.9.0-rc.0"
1717

1818
const-oid = { version = "0.10", optional = true }
1919

belt-kwp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2024"
1212
rust-version = "1.85"
1313

1414
[dependencies]
15-
belt-block = "=0.2.0-pre.3"
15+
belt-block = "0.2.0-rc.0"
1616

1717
[dev-dependencies]
1818
hex-literal = "1"

0 commit comments

Comments
 (0)