Skip to content

Commit 957db90

Browse files
authored
aes: bump ctr crate dependency to v0.7 (#237)
Release notes: RustCrypto/stream-ciphers#229
1 parent d5c86d4 commit 957db90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
1717
[dependencies]
1818
cfg-if = "1"
1919
cipher = "0.3"
20-
ctr = { version = "=0.7.0-pre.4", optional = true }
20+
ctr = { version = "0.7", optional = true }
2121
opaque-debug = "0.3"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)