We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac5136 commit 9b837d8Copy full SHA for 9b837d8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 4.0.0 (2 August 2024)
4
+
5
+- re-publish 3.0.2, updating windows-sys is breaking
6
7
## 3.0.2 (2 August 2024)
8
9
- update windows-sys
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "c-types"
license = "MIT"
-version = "3.0.2"
+version = "4.0.0"
authors = ["David Hotham"]
description = """
Re-exports of cross-platform types, gathered from libc and winapi
0 commit comments