Skip to content

Commit 41fa95f

Browse files
authored
signature v2.3.0-pre.6 (#1755)
1 parent 684e9bc commit 41fa95f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

async-signature/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
rust-version = "1.81"
1515

1616
[dependencies]
17-
signature = "=2.3.0-pre.5"
17+
signature = "=2.3.0-pre.6"
1818

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

0 commit comments

Comments
 (0)