aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFredrick Brennan <copypaste@kittens.ph>2018-03-05 21:25:55 +0800
committerFredrick Brennan <copypaste@kittens.ph>2018-03-05 21:25:55 +0800
commit528374ed9af4efa548702a96bce797eae0b63632 (patch)
treec270313945827d6fa97dff4f47cebce1dcf85851 /Cargo.toml
parent936e16bccb602e438dbf36a6f3b98623c7ed1833 (diff)
downloadlibc-528374ed9af4efa548702a96bce797eae0b63632.tar.gz
Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934
Sorry, accidentally forgot this when submitting #934..
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 0e8eb360..e7c045c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.38"
+version = "0.2.39"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"