Skip to content

Commit

Permalink
Merge pull request #80 from rust-lang-nursery/cargo/0.2.19
Browse files Browse the repository at this point in the history
Prepare for 0.2.19 release
  • Loading branch information
KodrAus committed May 2, 2019
2 parents b96d6e6 + 0f5e0bd commit f457f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "getopts"
version = "0.2.18" # don't forget to update html_root_url
version = "0.2.19" # don't forget to update html_root_url
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -95,7 +95,7 @@
#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/getopts/0.2.18"
html_root_url = "https://docs.rs/getopts/0.2.19"
)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
Expand Down

0 comments on commit f457f9a

Please sign in to comment.