Skip to content

Commit a2d5381

Browse files
authored
cleanup patches (#57)
RustCrypto/block-ciphers#413 has been merged.
1 parent 532a461 commit a2d5381

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

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)