Skip to content

Commit

Permalink
Merge pull request #74 from rust-lang-nursery/cargo/0.2.18
Browse files Browse the repository at this point in the history
Prepare for 0.2.18 release
  • Loading branch information
KodrAus authored Jul 5, 2018
2 parents 768eccf + 0300e1a commit a718feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "getopts"
version = "0.2.17"
version = "0.2.18" # 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
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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://doc.rust-lang.org/getopts/")]
html_root_url = "https://docs.rs/getopts/0.2.18")]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(rust_build, feature(staged_api))]
Expand Down

0 comments on commit a718feb

Please sign in to comment.