We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd71e commit eb75f22Copy full SHA for eb75f22
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# [Unreleased]
2
3
+# [0.3.12] - 2025-05-12
4
+
5
+- Issue a better error message if the target is unsupported.
6
+ [#110](https://github.com/lambda-fairy/rust-errno/pull/110)
7
8
# [0.3.11] - 2025-04-04
9
10
- Add VxWorks support
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "errno"
-version = "0.3.11"
+version = "0.3.12"
authors = ["Chris Wong <lambda.fairy@gmail.com>", "Dan Gohman <dev@sunfishcode.online>"]
license = "MIT OR Apache-2.0"
0 commit comments