Skip to content

Commit 99650e4

Browse files
authored
Merge pull request #73 from RustCrypto/ecdsa/v0.5.0-pre
ecdsa v0.5.0-pre
2 parents 21539bf + b5ce35b commit 99650e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ecdsa"
3-
version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.5.0-pre" # Also update html_root_url in lib.rs when bumping this
44
description = """
55
Signature and elliptic curve types providing interoperable support for the
66
Elliptic Curve Digital Signature Algorithm (ECDSA)

ecdsa/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#![warn(missing_docs, rust_2018_idioms, intra_doc_link_resolution_failure)]
3737
#![doc(
3838
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png",
39-
html_root_url = "https://docs.rs/ecdsa/0.4.0"
39+
html_root_url = "https://docs.rs/ecdsa/0.5.0-pre"
4040
)]
4141

4242
// Re-export the `generic-array` crate

0 commit comments

Comments
 (0)