Skip to content

Commit a718feb

Browse files
authored
Merge pull request #74 from rust-lang-nursery/cargo/0.2.18
Prepare for 0.2.18 release
2 parents 768eccf + 0300e1a commit a718feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "getopts"
4-
version = "0.2.17"
4+
version = "0.2.18" # don't forget to update html_root_url
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
9595
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
9696
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
97-
html_root_url = "https://doc.rust-lang.org/getopts/")]
97+
html_root_url = "https://docs.rs/getopts/0.2.18")]
9898
#![deny(missing_docs)]
9999
#![cfg_attr(test, deny(warnings))]
100100
#![cfg_attr(rust_build, feature(staged_api))]

0 commit comments

Comments
 (0)