Skip to content

Commit

Permalink
Try patching
Browse files Browse the repository at this point in the history
  • Loading branch information
xuganyu96 committed Dec 11, 2023
1 parent 5db70a0 commit a28ccf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions marvin-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
rsa = { git = "https://github.com/xuganyu96/RSA", branch = "const-crypto-biguint" }
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "master" }
rsa = "0.9"

[patch.crates-io]
rsa = { git = "https://github.com/xuganyu96/RSA", branch = "const-crypto-biguint" }
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "master" }

0 comments on commit a28ccf7

Please sign in to comment.