Skip to content

Commit

Permalink
HACK: switch to pending OID branches
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Sep 10, 2022
1 parent f5aa988 commit 4dcee07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ rustdoc-args = ["--cfg", "docsrs"]

[profile.dev]
opt-level = 2

[patch.crates-io]
digest = { git = "https://github.com/RustCrypto/traits", branch = "digest/const-oid-impl" }
sha1 = { git = "https://github.com/RustCrypto/hashes", branch = "oid" }
sha2 = { git = "https://github.com/RustCrypto/hashes", branch = "oid" }

0 comments on commit 4dcee07

Please sign in to comment.