We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd23dec commit 31126d2Copy full SHA for 31126d2
CHANGELOG.md
@@ -2,8 +2,12 @@
2
3
## Unreleased
4
5
+## 12.0.0 (14 December 2025)
6
+
7
+- c-ares 1.34.6
8
+- bump minimum supported c-ares to 1.18.0
9
- c-types 6.0.0
- - breaking only because re-exported types are part of our interface
10
+- support vcpkg for finding c-ares
11
12
## 11.1.0 (10 October 2024)
13
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "c-ares"
license = "MIT"
-version = "11.1.0"
+version = "12.0.0"
authors = ["David Hotham"]
description = """
A Rust wrapper for the c-ares library, for asynchronous DNS requests.
0 commit comments