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 9ec212e commit d09eaa4Copy full SHA for d09eaa4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# [Unreleased]
2
3
+# [0.3.13] - 2025-06-19
4
+
5
+- Update windows-sys requirement from >=0.52, <=0.59 to >=0.52, <=0.60
6
+ [#113](https://github.com/lambda-fairy/rust-errno/pull/113)
7
8
# [0.3.12] - 2025-05-12
9
10
- Issue a better error message if the target is unsupported.
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "errno"
-version = "0.3.12"
+version = "0.3.13"
authors = ["Chris Wong <lambda.fairy@gmail.com>", "Dan Gohman <dev@sunfishcode.online>"]
license = "MIT OR Apache-2.0"
0 commit comments