Skip to content

Commit aac5136

Browse files
authored
publish (#9)
1 parent 297553b commit aac5136

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.2 (2 August 2024)
4+
5+
- update windows-sys
6+
37
## 3.0.1 (1 December 2023)
48

59
- update windows-sys, fix `sa_family_t` on windows

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "c-types"
33
license = "MIT"
4-
version = "3.0.1"
4+
version = "3.0.2"
55
authors = ["David Hotham"]
66
description = """
77
Re-exports of cross-platform types, gathered from libc and winapi

0 commit comments

Comments
 (0)