| { | ||
| "git": { | ||
| "sha1": "bf6680ddbfd942c09871eba4de0b15dbc41b819f" | ||
| "sha1": "63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -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" |
+6
-0
@@ -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 @@ |
+1
-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