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.
1 parent f524a2f commit 0c54d7dCopy full SHA for 0c54d7d
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "getopts"
4
-version = "0.2.19" # don't forget to update html_root_url
+version = "0.2.20" # 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
@@ -95,7 +95,7 @@
95
#![doc(
96
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
97
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
98
- html_root_url = "https://docs.rs/getopts/0.2.19"
+ html_root_url = "https://docs.rs/getopts/0.2.20"
99
)]
100
#![deny(missing_docs)]
101
#![cfg_attr(test, deny(warnings))]
0 commit comments