Skip to content

Commit 76050fb

Browse files
authored
ecdsa: bump elliptic-curve to v0.14.0-rc.7 (#999)
1 parent 6cbef4f commit 76050fb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ members = [
1515
opt-level = 2
1616

1717
[patch.crates-io]
18-
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
19-
2018
# A global patch crates-io block is used to avoid duplicate dependencies
2119
# when pulling a member crate through git
2220
dsa = { path = "./dsa" }

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
elliptic-curve = { version = "0.14.0-rc.6", default-features = false, features = ["sec1"] }
20+
elliptic-curve = { version = "0.14.0-rc.7", default-features = false, features = ["sec1"] }
2121
signature = { version = "3.0.0-rc.1", default-features = false, features = ["rand_core"] }
2222
zeroize = { version = "1.5", default-features = false }
2323

0 commit comments

Comments
 (0)