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 9ad65d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion async-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 9ad65d2

Please sign in to comment.