Skip to content

Commit aef5ee9

Browse files
committed
cleanup patches
RustCrypto/block-ciphers#413 has been merged.
1 parent 532a461 commit aef5ee9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
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-
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
19-
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+
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
19+
magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }

0 commit comments

Comments
 (0)