From e66deb9aa253d0763d1f58e17767700a9cc5fa2d Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 10 Aug 2024 13:32:59 +0200 Subject: [PATCH] Release v1.0.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc974f2c..7e350c248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.0.2 + +* Work around eventfd bug on illumos + (https://github.com/tokio-rs/mio/pull/1826). +* Fix dead code warning on Hermit when building with `--no-default-features + --features os-ext` + (https://github.com/tokio-rs/mio/pull/1828). + # 1.0.1 * Added Fuchsia support diff --git a/Cargo.toml b/Cargo.toml index 234389e55..4cb24a893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "1.0.1" +version = "1.0.2" license = "MIT" authors = [ "Carl Lerche ",