From a28ccf73af42fb73c4c4b12e48c8f8ebab7f2a14 Mon Sep 17 00:00:00 2001 From: "Ganyu (Bruce) Xu" Date: Mon, 11 Dec 2023 00:31:22 -0500 Subject: [PATCH] Try patching --- marvin-toolkit/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/marvin-toolkit/Cargo.toml b/marvin-toolkit/Cargo.toml index 1711237..02f0cc1 100644 --- a/marvin-toolkit/Cargo.toml +++ b/marvin-toolkit/Cargo.toml @@ -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" } \ No newline at end of file