summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2021-04-26 09:08:33 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2021-04-26 12:57:01 +0000
commitb24265e1abaded6a581464287ad52fa94e0687ec (patch)
treee09099505b29c0b4748d8f0391bd66c4023e28c5 /Cargo.toml
parentc8941246864e2484fa9c2a8e1a8f573ef4311c5d (diff)
downloadrust-libc-b24265e1abaded6a581464287ad52fa94e0687ec.tar.gz
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84f2d29827..1299376e2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"