ecdsa v0.17.0-rc.13 (#1164)

This commit is contained in:
Tony Arcieri
2026-01-20 12:42:36 -07:00
committed by GitHub
parent c13a0d808f
commit 015bd72e5b
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -382,7 +382,7 @@ dependencies = [
[[package]]
name = "ecdsa"
version = "0.17.0-rc.12"
version = "0.17.0-rc.13"
dependencies = [
"der",
"digest",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.17.0-rc.12"
version = "0.17.0-rc.13"
description = """
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing