Skip to content

Commit

Permalink
Uprev for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
achanda committed Jan 8, 2020
1 parent 156ae55 commit ca2da8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipnetwork"
version = "0.15.1" # When updating version, also modify html_root_url in the lib.rs
version = "0.16.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 = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![cfg_attr(feature = "dev", feature(plugin))]
#![cfg_attr(feature = "dev", plugin(clippy))]
#![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.15.1")]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.16.0")]

use std::{fmt, net::IpAddr, str::FromStr};

Expand Down

0 comments on commit ca2da8a

Please sign in to comment.