From cf8d720a761b1a758d6f84820ad0951af4bd4fd8 Mon Sep 17 00:00:00 2001 From: Yuyi Wang Date: Mon, 26 May 2025 16:34:56 +0800 Subject: [PATCH] Release v0.5.10 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82d411e..7b4846fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.10 + +* Add cygwin support + (https://github.com/rust-lang/socket2/pull/568, + https://github.com/rust-lang/socket2/pull/578). + # 0.5.9 * Enable `IP_BOUND_IF` on illumos and Solaris diff --git a/Cargo.toml b/Cargo.toml index 9939b881..6c2ae818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.5.9" +version = "0.5.10" authors = [ "Alex Crichton ", "Thomas de Zeeuw "