Skip to content

Commit

Permalink
publish (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Aug 2, 2024
1 parent be2b8b0 commit 1db329d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 10.0.0 (2 Aug 2024)

- bumping dependencies
- breaking only because of version bumps in crates providing types re-exported
by our API

## 9.0.0 (7 June 2024)

- use version 10.0.0 of the c-ares rust wrapper
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 = "9.0.0"
version = "10.0.0"
authors = ["David Hotham"]
description = """
An asynchronous DNS resolver, backed by c-ares.
Expand All @@ -24,8 +24,8 @@ include = [
features = ["vendored"]

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

Expand Down

0 comments on commit 1db329d

Please sign in to comment.