Skip to content

Commit

Permalink
Merge pull request #148 from achanda/remove-html_root_url
Browse files Browse the repository at this point in the history
Remove the redundant html_root_url attribute
  • Loading branch information
achanda committed Apr 13, 2022
2 parents 7120b93 + 501e553 commit 9152847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
description = "A library to work with IP CIDRs in Rust"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion 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,
Expand Down

0 comments on commit 9152847

Please sign in to comment.