From 015bd72e5bafb57d369a1753f327350b56de9cc2 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 20 Jan 2026 12:42:36 -0700 Subject: [PATCH] ecdsa v0.17.0-rc.13 (#1164) --- Cargo.lock | 2 +- ecdsa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb72555..1f1e81e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.17.0-rc.12" +version = "0.17.0-rc.13" dependencies = [ "der", "digest", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index 2f65df8..3305b40 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -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