Skip to content

Commit 5417c7f

Browse files
authored
signature v2.3.0-pre.7 (#1825)
1 parent 2dc47f8 commit 5417c7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

async-signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
1414

1515
[dependencies]
16-
signature = "=2.3.0-pre.6"
16+
signature = "=2.3.0-pre.7"
1717

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

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "signature"
3-
version = "2.3.0-pre.6"
3+
version = "2.3.0-pre.7"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)