Drop the ip crate

This commit is contained in:
Abhishek Chanda
2016-03-19 11:12:01 -07:00
parent 6c33091dc3
commit e812eb66ca
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ipnetwork"
version = "0.6.0"
version = "0.6.1"
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
@ -8,7 +8,6 @@ repository = "https://github.com/achanda/ipnetwork"
[dependencies]
clippy = {version = "0.0.37", optional = true}
ip = "1.0.0"
[features]
default = []