From dded4154180371af26f3818183414df1e0ffd8c7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 24 Jan 2026 18:38:19 -0700 Subject: [PATCH] Cargo.toml: update `crypto-primes` patch --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 699116fc..c8ac79b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "crypto-primes" version = "0.7.0-pre.7" -source = "git+https://github.com/tarcieri/crypto-primes?branch=crypto-bigint%2Fv0.7.0-rc.22#cdb408ca1420df78b7d0d297d0d8e1a3f21f031b" +source = "git+https://github.com/entropyxyz/crypto-primes#ba1024f4985d351d83dc588ee2607604ad19dba6" dependencies = [ "crypto-bigint", "libm", diff --git a/Cargo.toml b/Cargo.toml index 15ce6695..d9cba7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,8 +69,7 @@ opt-level = 2 debug = true [patch.crates-io.crypto-primes] -git = "https://github.com/tarcieri/crypto-primes" -branch = "crypto-bigint/v0.7.0-rc.22" +git = "https://github.com/entropyxyz/crypto-primes" [patch.crates-io.pkcs5] git = "https://github.com/RustCrypto/formats"