Bump to 0.2.94

Changes:
 * Add kqueue1 to NetBSD
 * Add Android items from "sys/system_properties.h"
 * Add new header to the android header files list
 * Add dl_iterate_phdr to Android
 * Update dl_phdr_info definition to more closely match header files
 * linux: add syncfs(2)
 * Add macos clonefile functions
 * Add RLIM_NLIMITS constant as alias of RLIMIT_NLIMITS on linux_like
 * Add RLIM_NLIMITS on android
 * Unified Linux TCP socket options
This commit is contained in:
Luca BRUNO 2021-04-26 09:08:33 +00:00
parent c894124686
commit b24265e1ab
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.93"
version = "0.2.94"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "libc-test"
version = "0.2.93"
version = "0.2.94"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
version = "0.2.93"
version = "0.2.94"
default-features = false
[build-dependencies]