Skip to content

Commit

Permalink
ecdsa v0.10.0-pre (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 17, 2020
1 parent ffcf74f commit dfcbaec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.9.0" # Also update html_root_url in lib.rs when bumping this
version = "0.10.0-pre" # Also update html_root_url in lib.rs when bumping this
description = """
Signature and elliptic curve types providing interoperable support for the
Elliptic Curve Digital Signature Algorithm (ECDSA)
Expand Down
2 changes: 1 addition & 1 deletion ecdsa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#![warn(missing_docs, rust_2018_idioms)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png",
html_root_url = "https://docs.rs/ecdsa/0.9.0-pre"
html_root_url = "https://docs.rs/ecdsa/0.10.0-pre"
)]

#[cfg(feature = "alloc")]
Expand Down

0 comments on commit dfcbaec

Please sign in to comment.