Skip to content

Commit

Permalink
use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 7, 2023
1 parent f7fa669 commit 851cbac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@ rustdoc-args = ["--cfg", "docsrs"]
[profile.dev]
opt-level = 2

[profile.bench]
debug = true

[patch.crates-io]
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "master" }
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "boxed-residue/almost-montgomery-multiplication" }
# crypto-bigint = { path = "../rustcrypto/crypto-bigint" }

0 comments on commit 851cbac

Please sign in to comment.