diff --git a/Cargo.toml b/Cargo.toml index a1e5731..9c26307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.6" +version = "0.1.7" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 58ff879..2170b58 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![crate_type = "lib"] -#![crate_name = "ipnetwork"] #![feature(ip_addr)] #[allow(dead_code)]