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