We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 768eccf + 0300e1a commit a718febCopy full SHA for a718feb
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "getopts"
4
-version = "0.2.17"
+version = "0.2.18" # don't forget to update html_root_url
5
authors = ["The Rust Project Developers"]
6
license = "MIT/Apache-2.0"
7
readme = "README.md"
src/lib.rs
@@ -94,7 +94,7 @@
94
95
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
96
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
97
- html_root_url = "https://doc.rust-lang.org/getopts/")]
+ html_root_url = "https://docs.rs/getopts/0.2.18")]
98
#![deny(missing_docs)]
99
#![cfg_attr(test, deny(warnings))]
100
#![cfg_attr(rust_build, feature(staged_api))]
0 commit comments