From aef5ee93cc5065901fb86f9abdeb1e79f3db908e Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Tue, 5 Mar 2024 09:12:21 -0800 Subject: [PATCH] cleanup patches https://github.com/RustCrypto/block-ciphers/pull/413 has been merged. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3aada94..843000e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [patch.crates-io] # please re-enable the minimal-versions when you remove those patches. # https://github.com/RustCrypto/block-ciphers/pull/413 -aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } -magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" } +aes = { git = "https://github.com/RustCrypto/block-ciphers.git" } +belt-block = { git = "https://github.com/RustCrypto/block-ciphers.git" } +kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" } +magma = { git = "https://github.com/RustCrypto/block-ciphers.git" }