Skip to content

Commit e46d2f2

Browse files
committed
Use release versions of block cipher crates
1 parent fce7f59 commit e46d2f2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
aes = "0.9.0-rc.4"
16+
aes = "0.9"
1717
const-oid = { version = "0.10", optional = true }
1818

1919
[dev-dependencies]

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-rc.3"
15+
belt-block = "0.2"
1616

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

0 commit comments

Comments
 (0)