Skip to content

Commit

Permalink
async-signature: bump signature to v2.3.0-pre.2 (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Jan 20, 2024
1 parent 85254f6 commit 07bf35a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ members = [
"signature_derive",
"universal-hash",
]

[patch.crates-io]
signature = { path = "./signature" }
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.5.0"
version = "0.6.0-pre.0"
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.0, <2.3"
signature = "=2.3.0-pre.2"

[features]
digest = ["signature/digest"]
Expand Down

0 comments on commit 07bf35a

Please sign in to comment.