diff --git a/Cargo.lock b/Cargo.lock index 01185cae..53d302be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.17.0-pre.2" +version = "0.17.0-pre.3" dependencies = [ "der 0.8.0-pre.0", "digest", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index a96d8bc8..b3ad52bd 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecdsa" -version = "0.17.0-pre.2" +version = "0.17.0-pre.3" description = """ Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing