From 6647093bd86a443ab4dedeae539e0cf88dde2f35 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Thu, 23 Feb 2017 09:38:14 +0000 Subject: [PATCH] Uprev for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b50b835..a1e5335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.12.1" +version = "0.12.2" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"