Release 0.13.1

This commit is contained in:
Abhishek Chanda
2018-08-31 23:27:53 +01:00
parent e0a9afcb36
commit 1f3d42d89f
2 changed files with 2 additions and 2 deletions

View File

@ -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")]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.13.1")]
extern crate serde;
#[macro_use]