Skip to content

Commit 6c62f69

Browse files
committed
HACK: switch to pending OID branches
Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent ac7fd3b commit 6c62f69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ rustdoc-args = ["--cfg", "docsrs"]
6868

6969
[profile.dev]
7070
opt-level = 2
71+
72+
[patch.crates-io]
73+
digest = { git = "https://github.com/RustCrypto/traits", branch = "digest/const-oid-impl" }
74+
sha1 = { git = "https://github.com/RustCrypto/hashes", branch = "oid" }
75+
sha2 = { git = "https://github.com/RustCrypto/hashes", branch = "oid" }

0 commit comments

Comments
 (0)