ecdsa v0.17.0-pre.4 (#796)

This commit is contained in:
Tony Arcieri
2024-01-19 19:23:27 +00:00
committed by GitHub
parent fa7eb4bc2f
commit 43e4fd03f6
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "ecdsa"
version = "0.17.0-pre.3"
version = "0.17.0-pre.4"
dependencies = [
"der 0.8.0-pre.0",
"digest",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.17.0-pre.3"
version = "0.17.0-pre.4"
description = """
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing