Cut a new release for v0.18.0

This commit is contained in:
Abhishek Chanda
2021-04-13 18:29:34 -05:00
parent fe9f1ba8d5
commit c9b2bc5519
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//! 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.17.0")]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.18.0")]
#![deny(
missing_debug_implementations,