Skip to content

Commit 7b85179

Browse files
authored
Bump crypto-primes to v0.7.0-pre.8 (#645)
1 parent 433ac18 commit 7b85179

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = ["marvin_toolkit/", "thirdparty/"]
1616
[dependencies]
1717
const-oid = { version = "0.10", default-features = false }
1818
crypto-bigint = { version = "0.7.0-rc.22", default-features = false, features = ["zeroize", "alloc"] }
19-
crypto-primes = { version = "0.7.0-pre.7", default-features = false }
19+
crypto-primes = { version = "0.7.0-pre.8", default-features = false }
2020
digest = { version = "0.11.0-rc.7", default-features = false, features = ["alloc", "oid"] }
2121
rand_core = { version = "0.10.0-rc-6", default-features = false }
2222
signature = { version = "3.0.0-rc.9", default-features = false, features = ["alloc", "digest", "rand_core"] }
@@ -68,9 +68,6 @@ opt-level = 2
6868
[profile.bench]
6969
debug = true
7070

71-
[patch.crates-io.crypto-primes]
72-
git = "https://github.com/entropyxyz/crypto-primes"
73-
7471
[patch.crates-io.rand]
7572
git = "https://github.com/rust-random/rand"
7673
branch = "rand_core/v0.10.0-rc-6"

0 commit comments

Comments
 (0)