Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit ae25940

Browse files
committed
async-dns v0.1.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 7d6fec6 commit ae25940

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

async-dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.1
2+
3+
- Update dependencies.
4+
- Fix a bug in the Windows implementation.

async-dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-dns"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
authors = ["John Nunley <dev@notgull.net>"]
66
description = "A simple async DNS resolver"

0 commit comments

Comments
 (0)