Skip to content

Commit 62ee195

Browse files
authored
elliptic-curve: publish pre-release 0.14.0-rc.0 (#1661)
1 parent 6427769 commit 62ee195

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 8 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ members = [
1818
[patch.crates-io]
1919
digest = { path = "./digest" }
2020
signature = { path = "./signature" }
21-
22-
sec1 = { git = "https://github.com/RustCrypto/formats.git" }
23-
pkcs8 = { git = "https://github.com/RustCrypto/formats.git" }

elliptic-curve/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.14.0-pre.6"
3+
version = "0.14.0-rc.0"
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,
@@ -32,8 +32,8 @@ group = { version = "0.13", optional = true, default-features = false }
3232
hkdf = { version = "=0.13.0-pre.4", optional = true, default-features = false }
3333
hex-literal = { version = "0.4", optional = true }
3434
pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }
35-
pkcs8 = { version = "0.11.0-rc.0", optional = true, default-features = false }
36-
sec1 = { version = "0.8.0-rc.0", optional = true, features = ["subtle", "zeroize"] }
35+
pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
36+
sec1 = { version = "0.8.0-rc.1", optional = true, features = ["subtle", "zeroize"] }
3737
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
3838
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
3939
tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits`

0 commit comments

Comments
 (0)