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 a7619db commit 75908a1Copy full SHA for 75908a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.10
2
+
3
+- Update windows-sys to v0.59. (#41)
4
5
# Version 0.2.9
6
7
- Fix the `clippy::needless_borrows_for_generic_args` lint in the README
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-signal"
-version = "0.2.9"
+version = "0.2.10"
edition = "2018"
authors = ["John Nunley <[email protected]>"]
rust-version = "1.63"
0 commit comments