🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

libc

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libc - cargo Package Compare versions

Comparing version
0.2.163
to
0.2.164
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "cfd7ebf850cb29ca125c09d8486343d3dbc1c3d5"
"sha1": "dad00cb00e92baa7e28a542eb94bc2a78762f583"
},
"path_in_vcs": ""
}

@@ -13,5 +13,5 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

[package]
rust-version = "1.19"
rust-version = "1.63"
name = "libc"
version = "0.2.163"
version = "0.2.164"
authors = ["The Rust Project Developers"]

@@ -18,0 +18,0 @@ build = "build.rs"

@@ -5,2 +5,14 @@ # Changelog

## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
### MSRV
This release increases the MSRV of `libc` to 1.63.
### Other
- CI: remove tests with rust < 1.63 <https://github.com/rust-lang/libc/pull/4051>
- MSRV: document the MSRV of the stable channel to be 1.63 <https://github.com/rust-lang/libc/pull/4040>
- MacOS: move ifconf to s_no_extra_traits <https://github.com/rust-lang/libc/pull/4051>
## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16

@@ -7,0 +19,0 @@

@@ -58,18 +58,10 @@ # libc - Raw FFI bindings to platforms' system libraries

The minimum supported Rust toolchain version is currently **Rust 1.13.0**. (libc
does not currently have any policy regarding changes to the minimum supported
Rust version; such policy is a work in progress.) APIs requiring newer Rust
features are only available on newer Rust toolchains:
The minimum supported Rust toolchain version is currently **Rust 1.63**.
| Feature | Version |
| -------------------- | ------- |
| `union` | 1.19.0 |
| `const mem::size_of` | 1.24.0 |
| `repr(align)` | 1.25.0 |
| `extra_traits` | 1.25.0 |
| `core::ffi::c_void` | 1.30.0 |
| `repr(packed(N))` | 1.33.0 |
| `cfg(target_vendor)` | 1.33.0 |
| `const-extern-fn` | 1.62.0 |
Increases to the MSRV are allowed to change without a major (i.e. semver-
breaking) release in order to avoid a ripple effect in the ecosystem.
`libc` may continue to compile with Rust versions older than the current MSRV
but this is not guaranteed.
## Platform support

@@ -76,0 +68,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display