Skip to content

Commit f457f9a

Browse files
authored
Merge pull request #80 from rust-lang-nursery/cargo/0.2.19
Prepare for 0.2.19 release
2 parents b96d6e6 + 0f5e0bd commit f457f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "getopts"
4-
version = "0.2.18" # don't forget to update html_root_url
4+
version = "0.2.19" # 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#![doc(
9696
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
9797
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
98-
html_root_url = "https://docs.rs/getopts/0.2.18"
98+
html_root_url = "https://docs.rs/getopts/0.2.19"
9999
)]
100100
#![deny(missing_docs)]
101101
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)