From 1f96439a873abe67144dc722c3bf79b9ac0ecf30 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 1 Feb 2019 22:16:03 +0000 Subject: [PATCH] Prepare new release --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5b6b95..12ebba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.13.1" # When updating version, also modify html_root_url in the lib.rs +version = "0.14.0" # When updating version, also modify html_root_url in the lib.rs authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 2c5fe49..9dddd51 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,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.13.1")] +#![doc(html_root_url = "https://docs.rs/ipnetwork/0.14.0")] extern crate serde;