diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f49eb..00f8350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.2.10 + +- Update windows-sys to v0.59. (#41) + # Version 0.2.9 - Fix the `clippy::needless_borrows_for_generic_args` lint in the README diff --git a/Cargo.toml b/Cargo.toml index d93fe9e..db0c86d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-signal" -version = "0.2.9" +version = "0.2.10" edition = "2018" authors = ["John Nunley "] rust-version = "1.63"