We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad3e28 commit 2f44879Copy full SHA for 2f44879
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.7
2
+
3
+- Remove an invalid category from `Cargo.toml`. (#33)
4
5
# Version 0.2.6
6
7
- Bump `windows-sys` to 0.52 and `async-io` to 3.3.0. (#27)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-signal"
-version = "0.2.6"
+version = "0.2.7"
edition = "2018"
authors = ["John Nunley <dev@notgull.net>"]
rust-version = "1.63"
0 commit comments