From 6881696f22607857e92ee6933df63f548a88f82e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 9 Jan 2024 13:39:05 -0700 Subject: [PATCH] ecdsa v0.17.0-pre.0 (#767) --- Cargo.lock | 2 +- ecdsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 231729e5..46f664b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.17.0-pre" +version = "0.17.0-pre.0" dependencies = [ "der 0.8.0-pre.0", "digest", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index 130e1778..6b9d85a0 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecdsa" -version = "0.17.0-pre" +version = "0.17.0-pre.0" description = """ Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing