Skip to content

Commit cb756ec

Browse files
authored
signature v2.0.0-pre.2 (#1152)
1 parent b49cc05 commit cb756ec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cipher = { version = "0.4", optional = true }
2323
digest = { version = "0.10", optional = true, features = ["mac"] }
2424
elliptic-curve = { version = "0.12", optional = true, path = "../elliptic-curve" }
2525
password-hash = { version = "0.4", optional = true, path = "../password-hash" }
26-
signature = { version = "=2.0.0-pre.1", optional = true, default-features = false, path = "../signature" }
26+
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" }
2828

2929
[features]

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "signature"
33
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4-
version = "2.0.0-pre.1"
4+
version = "2.0.0-pre.2"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/signature"

signature/async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.56"
1414

1515
[dependencies]
1616
async-trait = "0.1.9"
17-
signature = { version = "=2.0.0-pre.1", path = ".." }
17+
signature = { version = "=2.0.0-pre.2", path = ".." }
1818

1919
[features]
2020
digest = ["signature/digest-preview"]

0 commit comments

Comments
 (0)