From c77e351fb03ea56595a355c5b923e0558ca033bc Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 23 Sep 2016 23:15:12 -0700 Subject: [PATCH] Uprev for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8112bb9..25c9d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.9.0" +version = "0.10.0" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"