Skip to content

Commit

Permalink
publish 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Feb 23, 2024
1 parent 3a669a9 commit a686ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.3.0 (23 February 2024)

- cares 1.27.0

## 8.2.0 (30 November 2023)

- c-ares 1.23.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares-resolver"
license = "MIT"
version = "8.2.0"
version = "8.3.0"
authors = ["David Hotham"]
description = """
An asynchronous DNS resolver, backed by c-ares.
Expand All @@ -21,8 +21,8 @@ include = [
]

[dependencies]
c-ares = { version = "8.2.0", default-features = false }
c-ares-sys = { version = "8.2.0", default-features = false }
c-ares = { version = "9.0.0", default-features = false }
c-ares-sys = { version = "9.0.0", default-features = false }
futures-channel = "0.3.9"
polling = "3.1.0"

Expand Down

0 comments on commit a686ae6

Please sign in to comment.