Skip to content

Commit

Permalink
Merge pull request #141 from achanda/v0.18.0
Browse files Browse the repository at this point in the history
Cut a new release for v0.18.0
  • Loading branch information
achanda committed Apr 13, 2021
2 parents fe9f1ba + c9b2bc5 commit 772db6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ipnetwork"
version = "0.17.0" # When updating version, also modify html_root_url in the lib.rs
version = "0.18.0" # When updating version, also modify html_root_url in the lib.rs
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
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -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,
Expand Down

0 comments on commit 772db6c

Please sign in to comment.