ecdsa v0.17.0-rc.4 (#1012)

This commit is contained in:
Tony Arcieri
2025-07-03 16:27:03 -06:00
committed by GitHub
parent c5d63c881c
commit 698356ed97
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -360,7 +360,7 @@ dependencies = [
[[package]]
name = "ecdsa"
version = "0.17.0-rc.3"
version = "0.17.0-rc.4"
dependencies = [
"der",
"digest",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.17.0-rc.3"
version = "0.17.0-rc.4"
description = """
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing