Merge pull request #58 from achanda/release_0.12.7

Uprev for new release
This commit is contained in:
Abhishek Chanda
2017-09-07 18:34:25 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ipnetwork"
version = "0.12.6" # When updating version, also modify html_root_url in the lib.rs
version = "0.12.7" # 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, heavily WIP"
license = "Apache-2.0"

View File

@ -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.6")]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.12.7")]
use std::fmt;
use std::net::IpAddr;