🚀 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.160
to
0.2.161
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "bf6680ddbfd942c09871eba4de0b15dbc41b819f"
"sha1": "63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"
},
"path_in_vcs": ""
}

@@ -14,3 +14,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "libc"
version = "0.2.160"
version = "0.2.161"
authors = ["The Rust Project Developers"]

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

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

## [0.2.161](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) - 2024-10-17
### Fixed
- OpenBSD: fix `FNM_PATHNAME` and `FNM_NOESCAPE` values <https://github.com/rust-lang/libc/pull/3983>
## [0.2.160](https://github.com/rust-lang/libc/compare/0.2.159...0.2.160) - 2024-10-17

@@ -7,0 +13,0 @@

@@ -325,2 +325,3 @@ //! Definitions found commonly among almost all Unix derivatives

target_os = "android",
target_os = "openbsd",
))] {

@@ -327,0 +328,0 @@ pub const FNM_PATHNAME: c_int = 1 << 1;

Sorry, the diff of this file is not supported yet