Skip to content

Commit f6eba03

Browse files
authored
Move back git pin to master branch (#179)
1 parent c7cbed0 commit f6eba03

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 @@ sha2 = { git = "https://github.com/RustCrypto/hashes.git" }
1313
streebog = { git = "https://github.com/RustCrypto/hashes.git" }
1414

1515
# https://github.com/RustCrypto/block-ciphers/pull/472
16-
aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
17-
des = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
18-
belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
19-
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
20-
magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
16+
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
17+
des = { git = "https://github.com/RustCrypto/block-ciphers.git" }
18+
belt-block = { 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)