From f0fcd60975133110e7fcc3bf4a4823434e0ca6a6 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 17 Jun 2016 23:32:31 -0700 Subject: [PATCH] Publish a new version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11a435c..3e9160f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.6.2" +version = "0.7.0" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"