From 958a3f896ee674861808dd9540c0129ff7c720ed Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Mon, 13 Jun 2016 23:10:37 -0700 Subject: [PATCH] Uprev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5036fc2..11a435c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.6.1" +version = "0.6.2" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"