Skip to content

Commit 439fb81

Browse files
atouchettgross35
authored andcommitted
Update version number in html_root_url
1 parent 5fff476 commit 439fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#![doc(
9898
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
9999
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
100-
html_root_url = "https://docs.rs/getopts/0.2.20"
100+
html_root_url = "https://docs.rs/getopts/0.2.21"
101101
)]
102102
#![deny(missing_docs)]
103103
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)