aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrick Brennan <copypaste@kittens.ph>2018-03-03 11:13:02 +0000
committerFredrick Brennan <copypaste@kittens.ph>2018-03-03 11:13:02 +0000
commit5f9538d1e2af29901c5e498b6ef408163b5816e8 (patch)
tree0428f2fff7891971bd32a1d621129bb589c2a226 /Cargo.toml
parent2bfacc8633b440958c75d88752709152eaaec9f6 (diff)
downloadlibc-5f9538d1e2af29901c5e498b6ef408163b5816e8.tar.gz
Add passwd/group APIs needed for nix-rust/nix#864
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 ab5415eb..0e8eb360 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.37"
+version = "0.2.38"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"