Uprev for new release

This commit is contained in:
Abhishek Chanda
2017-09-07 18:29:18 +01:00
parent 14e28232d7
commit bfafdc2c2f
2 changed files with 2 additions and 2 deletions

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;