Skip to content

Commit 42b3905

Browse files
committed
Cleanup patches
RustCrypto/block-ciphers#413 has merged
1 parent 43cc597 commit 42b3905

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ opt-level = 2
1313
[patch.crates-io]
1414
# please re-enable the minimal-versions when you remove those patches.
1515
# https://github.com/RustCrypto/block-ciphers/pull/413
16-
aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
17-
belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
18-
des = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
19-
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
20-
magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
16+
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
17+
belt-block = { git = "https://github.com/RustCrypto/block-ciphers.git" }
18+
des = { git = "https://github.com/RustCrypto/block-ciphers.git" }
19+
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
20+
magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }

0 commit comments

Comments
 (0)