Skip to content

Commit 89166d2

Browse files
authored
Bump cipher dependency to v0.5.0-rc.0 (#692)
Also bumps previously released crates to `rc.0` and bumps version and adds `-pre` to crates with breaking changes which didn't get properly bumped before
1 parent 976052d commit 89166d2

File tree

14 files changed

+135
-162
lines changed

14 files changed

+135
-162
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "3"
23
members = [
34
"aead-stream",
45
"aes-gcm",
@@ -13,24 +14,7 @@ members = [
1314
"ocb3",
1415
"xaes-256-gcm",
1516
]
16-
resolver = "2"
1717

1818
[patch.crates-io]
19-
aead-stream = { path = "./aead-stream" }
20-
aes-gcm = { path = "./aes-gcm" }
21-
22-
aead = { git = "https://github.com/RustCrypto/traits.git" }
23-
crypto-common = { git = "https://github.com/RustCrypto/traits.git" }
24-
25-
chacha20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
26-
27-
ctr = { git = "https://github.com/RustCrypto/block-modes.git" }
28-
29-
ghash = { git = "https://github.com/RustCrypto/universal-hashes.git" }
30-
31-
pmac = { git = "https://github.com/RustCrypto/MACs.git" }
32-
33-
belt-ctr = { git = "https://github.com/RustCrypto/block-modes.git" }
34-
35-
# https://github.com/RustCrypto/utils/pull/1170
36-
inout = { git = "https://github.com/RustCrypto/utils.git" }
19+
aead-stream = { path = "aead-stream" }
20+
aes-gcm = { path = "aes-gcm" }

0 commit comments

Comments
 (0)