Update Cargo.toml for 0.8.0

This commit is contained in:
Benjamin Fry 2016-11-03 00:12:50 -07:00
parent 271990a137
commit f53a84de3a
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns"
version = "0.7.3"
version = "0.8.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
# A short blurb about the package. This is not rendered in any format when

View File

@ -33,6 +33,10 @@ Using the client is safe. The client is currently hardcoded to a 5 second,
is broken, and I may never plan to support it. I have some alternative ideas
for private data in the zone.
*New* ClientFuture is a brand new rewrite of the old Client. It has all the
same features as the old Client, but is written with the wonderful futures-rs
library.
### Unique client side implementations
These are not unique to this client, but are high level functions that hide