We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21539bf + b5ce35b commit 99650e4Copy full SHA for 99650e4
ecdsa/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ecdsa"
3
-version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
+version = "0.5.0-pre" # Also update html_root_url in lib.rs when bumping this
4
description = """
5
Signature and elliptic curve types providing interoperable support for the
6
Elliptic Curve Digital Signature Algorithm (ECDSA)
ecdsa/src/lib.rs
@@ -36,7 +36,7 @@
36
#![warn(missing_docs, rust_2018_idioms, intra_doc_link_resolution_failure)]
37
#![doc(
38
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png",
39
- html_root_url = "https://docs.rs/ecdsa/0.4.0"
+ html_root_url = "https://docs.rs/ecdsa/0.5.0-pre"
40
)]
41
42
// Re-export the `generic-array` crate
0 commit comments