Skip to content

Commit

Permalink
signature v2.3.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Feb 1, 2024
1 parent e71c4fa commit 574db1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/async-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- run: cargo test --all-features --release

minimal-versions:
if: false # Temporarily disabled until signature v2.3.0 is published
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions async-signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-signature"
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
version = "0.6.0-pre.0"
version = "0.6.0-pre.1"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/async-signature"
Expand All @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.75"

[dependencies]
signature = "=2.3.0-pre.2"
signature = "=2.3.0-pre.3"

[features]
digest = ["signature/digest"]
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "signature"
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
version = "2.3.0-pre.2"
version = "2.3.0-pre.3"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/signature"
Expand Down

0 comments on commit 574db1f

Please sign in to comment.