Skip to content

Commit f19d414

Browse files
authored
Fix patch of sha2 and sha3 (#1769)
1 parent f8aa068 commit f19d414

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ members = [
1818
[patch.crates-io]
1919
signature = { path = "signature" }
2020

21-
# https://github.com/RustCrypto/hashes/pull/652
22-
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
23-
sha3 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
21+
sha2 = { git = "https://github.com/RustCrypto/hashes" }
22+
sha3 = { git = "https://github.com/RustCrypto/hashes" }
2423

2524
# https://github.com/RustCrypto/MACs/pull/178
2625
hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/edition-2024" }

0 commit comments

Comments
 (0)