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 884088e commit 59b58c7Copy full SHA for 59b58c7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.2.13
2
+
3
+- Bump MSRV to 1.71. (#55)
4
+- Update to `windows-sys` v0.61. (#55)
5
6
# Version 0.2.12
7
8
- Update windows-sys to v0.60. (#51)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-signal"
-version = "0.2.12"
+version = "0.2.13"
edition = "2021"
authors = ["John Nunley <[email protected]>"]
rust-version = "1.71"
0 commit comments