Skip to content

Commit 90ea98d

Browse files
chore: release v0.2.169
1 parent 8ebcf49 commit 90ea98d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33
## [Unreleased]
4+
## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18
5+
6+
### Added
7+
8+
- Update c_char type ([#4195](https://github.com/rust-lang/libc/pull/4195))
9+
- Add sockaddr_vm definition for Fuchsia
10+
11+
### Fixed
12+
13+
- Fix c_char on various targets
14+
15+
### Other
16+
17+
- Replace arch-conditional `c_char` with a reexport
18+
- Do not re-export c_void in target-specific code
19+
- Mirror `c_char` configuration from `rust-lang/rust`
20+
- freebsd add more socket TCP stack constants.
421

522
## [0.2.168](https://github.com/rust-lang/libc/compare/0.2.167...0.2.168) - 2024-12-09
623

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.168"
3+
version = "0.2.169"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.168"
17+
version = "0.2.169"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)