Skip to content

Commit 0c54d7d

Browse files
committed
Bump to 0.2.20
1 parent f524a2f commit 0c54d7d

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.19" # don't forget to update html_root_url
4+
version = "0.2.20" # 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.19"
98+
html_root_url = "https://docs.rs/getopts/0.2.20"
9999
)]
100100
#![deny(missing_docs)]
101101
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)