File tree 3 files changed +19
-2
lines changed 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.2.165] ( https://github.com/rust-lang/libc/compare/0.2.164...0.2.165 ) - 2024-11-17
6
+
7
+ ### Other
8
+
9
+ - Merge pull request [ #4078 ] ( https://github.com/rust-lang/libc/pull/4078 ) from tgross35/posix-spawn-diff-indicators
10
+ - Take documentation from ` main `
11
+ - fix some typos
12
+ - Drop the ` ptr_addr_of ` conditional
13
+ - Require rust >= 1.40 and drop libc_non_exhaustive conditional
14
+ - Require rust >= 1.33 and drop libc_cfg_target_vendor conditional
15
+ - Require rust >= 1.33 and drop libc_packedN conditional
16
+ - Require rust >= 1.30 and drop libc_core_cvoid conditional
17
+ - Require rust >= 1.26 and drop libc_int128 conditional
18
+ - Drop warnings about deprecated cargo features
19
+ - Require rust >= 1.25 and drop libc_align conditional
20
+ - Explicitly set the edition to 2015
21
+
5
22
## [ 0.2.164] ( https://github.com/rust-lang/libc/compare/0.2.163...0.2.164 ) - 2024-11-16
6
23
7
24
### MSRV
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.164 "
3
+ version = " 0.2.165 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
14
14
15
15
[dependencies .libc ]
16
16
path = " .."
17
- version = " 0.2.164 "
17
+ version = " 0.2.165 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments