diff --git a/Cargo.toml b/Cargo.toml index d99a3f1..df2c468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.18.0" # When updating version, also modify html_root_url in the lib.rs +version = "0.18.0" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 4561ad8..002b46a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ //! The `ipnetwork` crate provides a set of APIs to work with IP CIDRs in //! Rust. #![crate_type = "lib"] -#![doc(html_root_url = "https://docs.rs/ipnetwork/0.18.0")] #![deny( missing_debug_implementations,