From eddcc026cb1d9a920710d17812016c57114ff057 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Thu, 15 Mar 2018 08:45:16 +0000 Subject: [PATCH] Uprev for release --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2deac20..6c01ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.12.7" # When updating version, also modify html_root_url in the lib.rs +version = "0.12.8" # 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 d9fd09a..e3b6925 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ #![cfg_attr(feature = "ipv6-iterator", feature(i128_type))] #![cfg_attr(feature = "ipv6-methods", feature(i128_type))] #![crate_type = "lib"] -#![doc(html_root_url = "https://docs.rs/ipnetwork/0.12.7")] +#![doc(html_root_url = "https://docs.rs/ipnetwork/0.12.8")] #[cfg(feature = "with-serde")] extern crate serde;