Skip to content

Commit

Permalink
Update Cargo.toml for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Nov 3, 2016
1 parent 271990a commit f53a84d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f53a84d

Please sign in to comment.