Skip to content

Commit 0da987e

Browse files
mgeislercarllerche
authored andcommitted
Update version number in html_root_url (#760)
Fixes #613.
1 parent 92ac500 commit 0da987e

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
@@ -75,7 +75,7 @@
7575
//!
7676
//! ```
7777
78-
#![doc(html_root_url = "https://docs.rs/mio/0.6.1")]
78+
#![doc(html_root_url = "https://docs.rs/mio/0.6.11")]
7979
#![crate_name = "mio"]
8080

8181
#![deny(warnings, missing_docs, missing_debug_implementations)]

0 commit comments

Comments
 (0)