Skip to content

Commit 66d0ddc

Browse files
committed
Bump elliptic-curve to v0.13.0-pre
Breaking changes were introduced in #1024, so this bumps the crate version to v0.13.0-pre to note that happened. Note that there is no crate release associated with this version. When a crate release occurs, it will be bumped to `-pre.0`.
1 parent d28eb24 commit 66d0ddc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

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

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ crypto-common = { version = "0.1", default-features = false, path = "../crypto-c
2121
aead = { version = "0.5", optional = true, path = "../aead" }
2222
cipher = { version = "0.4", optional = true }
2323
digest = { version = "0.10", optional = true, features = ["mac"] }
24-
elliptic-curve = { version = "0.12", optional = true, path = "../elliptic-curve" }
24+
elliptic-curve = { version = "0.12", optional = true } # TODO(tarcieri): path = "../elliptic-curve"
2525
password-hash = { version = "0.4", optional = true, path = "../password-hash" }
2626
signature = { version = "=2.0.0-pre.2", optional = true, default-features = false, path = "../signature" }
2727
universal-hash = { version = "0.5", optional = true, path = "../universal-hash" }

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.12.3"
3+
version = "0.13.0-pre"
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,

0 commit comments

Comments
 (0)