Skip to content

Commit 95ced57

Browse files
authored
elliptic-curve v0.14.0-rc.20 (#2170)
1 parent 74f95a5 commit 95ced57

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

elliptic-curve/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.14.0-rc.19"
3+
version = "0.14.0-rc.20"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -18,7 +18,7 @@ and public/secret keys composed thereof.
1818

1919
[dependencies.bigint]
2020
package = "crypto-bigint"
21-
version = "0.7.0-rc.13"
21+
version = "0.7.0-rc.14"
2222
default-features = false
2323
features = ["hybrid-array", "rand_core", "subtle", "zeroize"]
2424

0 commit comments

Comments
 (0)