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:
parent
c894124686
commit
b24265e1ab
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user