diff --git a/Cargo.lock b/Cargo.lock index f674b6fc..36be2e57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.17.0-pre.7" +version = "0.17.0-pre.8" dependencies = [ "der", "digest 0.11.0-pre.9", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index 95d15b02..f0d51531 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecdsa" -version = "0.17.0-pre.7" +version = "0.17.0-pre.8" description = """ Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing