Skip to content

Commit 70b43f3

Browse files
authored
signature v2.3.0-pre.3 (#1500)
1 parent e71c4fa commit 70b43f3

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/async-signature.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run: cargo test --all-features --release
3737

3838
minimal-versions:
39+
if: false # Temporarily disabled until signature v2.3.0 is published
3940
runs-on: ubuntu-latest
4041
steps:
4142
- uses: actions/checkout@v4

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

async-signature/Cargo.toml

+2-2
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.6.0-pre.0"
4+
version = "0.6.0-pre.1"
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.3.0-pre.2"
16+
signature = "=2.3.0-pre.3"
1717

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

signature/Cargo.toml

+1-1
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.3.0-pre.2"
4+
version = "2.3.0-pre.3"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/signature"

0 commit comments

Comments
 (0)