Remove the "heavily WIP" part of description

This commit is contained in:
Linus Färnstrand
2019-12-10 09:33:32 +01:00
parent 0479ca45a9
commit a3197a8411

View File

@ -2,7 +2,7 @@
name = "ipnetwork" name = "ipnetwork"
version = "0.15.1" # When updating version, also modify html_root_url in the lib.rs version = "0.15.1" # When updating version, also modify html_root_url in the lib.rs
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"] authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP" description = "A library to work with IP CIDRs in Rust"
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork" repository = "https://github.com/achanda/ipnetwork"
keywords = ["network", "ip", "address", "cidr"] keywords = ["network", "ip", "address", "cidr"]