Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c-ares 1.33.1 #119

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions c-ares-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.0.1 (24 August 2024)

- c-ares 1.33.1

## 10.0.0 (2 August 2024)

- c-types 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion c-ares-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c-ares-sys"
license = "MIT"
version = "10.0.0"
version = "10.0.1"
authors = ["David Hotham"]
build = "build/main.rs"
links = "cares"
Expand Down
6 changes: 3 additions & 3 deletions c-ares-sys/ffi.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- src/ffi.rs.orig 2024-08-02 22:57:09.330330921 +0100
+++ src/ffi.rs 2024-08-02 22:57:09.350330886 +0100
--- src/ffi.rs.orig 2024-08-24 13:21:17.273016107 +0100
+++ src/ffi.rs 2024-08-24 13:21:59.213021947 +0100
@@ -1,13 +1,24 @@
/* automatically generated by rust-bindgen 0.69.4 */
/* automatically generated by rust-bindgen 0.70.1 */
+#![allow(non_camel_case_types, non_snake_case)]
+use c_types::fd_set;
+use c_types::hostent;
Expand Down
2 changes: 1 addition & 1 deletion c-ares-sys/src/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.69.4 */
/* automatically generated by rust-bindgen 0.70.1 */
#![allow(non_camel_case_types, non_snake_case)]
use c_types::fd_set;
use c_types::hostent;
Expand Down