Skip to content

Commit 07bf35a

Browse files
authored
async-signature: bump signature to v2.3.0-pre.2 (#1479)
1 parent 85254f6 commit 07bf35a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ members = [
1414
"signature_derive",
1515
"universal-hash",
1616
]
17+
18+
[patch.crates-io]
19+
signature = { path = "./signature" }

async-signature/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-signature"
33
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4-
version = "0.5.0"
4+
version = "0.6.0-pre.0"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/async-signature"
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.75"
1414

1515
[dependencies]
16-
signature = ">= 2.0, <2.3"
16+
signature = "=2.3.0-pre.2"
1717

1818
[features]
1919
digest = ["signature/digest"]

0 commit comments

Comments
 (0)