From f0fd68e962a2ccdd58358d7eef117bdf49ab2dc2 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 16 May 2017 11:46:09 +0100 Subject: [PATCH] Uprev for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d047bc..e960c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.12.3" +version = "0.12.4" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"