Skip to content

Commit 666d443

Browse files
authored
signature v2.3.0-pre.4 (#1629)
1 parent 532c571 commit 666d443

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

async-signature/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
2-
name = "async-signature"
3-
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4-
version = "0.6.0-pre.1"
5-
authors = ["RustCrypto Developers"]
6-
license = "Apache-2.0 OR MIT"
2+
name = "async-signature"
3+
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4+
version = "0.6.0-pre.1"
5+
authors = ["RustCrypto Developers"]
6+
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/async-signature"
8-
homepage = "https://github.com/RustCrypto/traits/tree/master/async-signature"
9-
repository = "https://github.com/RustCrypto/traits"
10-
readme = "README.md"
11-
keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"]
12-
categories = ["cryptography", "no-std"]
13-
edition = "2021"
14-
rust-version = "1.75"
8+
homepage = "https://github.com/RustCrypto/traits/tree/master/async-signature"
9+
repository = "https://github.com/RustCrypto/traits"
10+
readme = "README.md"
11+
keywords = ["crypto", "ecdsa", "ed25519", "signature", "signing"]
12+
categories = ["cryptography", "no-std"]
13+
edition = "2021"
14+
rust-version = "1.75"
1515

1616
[dependencies]
17-
signature = "=2.3.0-pre.3"
17+
signature = "=2.3.0-pre.4"
1818

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

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3"
4+
version = "2.3.0-pre.4"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/signature"

0 commit comments

Comments
 (0)