Skip to content

Commit

Permalink
async-dns v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jun 12, 2024
1 parent 7d6fec6 commit ae25940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions async-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v0.1.1

- Update dependencies.
- Fix a bug in the Windows implementation.
2 changes: 1 addition & 1 deletion async-dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-dns"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["John Nunley <[email protected]>"]
description = "A simple async DNS resolver"
Expand Down

0 comments on commit ae25940

Please sign in to comment.