summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-12-17 13:58:42 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-12-17 14:44:50 -0800
commitff38c3a1210e9f5a7e4072006d670fb575be15cd (patch)
treee70fb0ac687df50007a3561fdb4543f38488b084 /Cargo.toml
parent9863d5645fc4d1be789d03bcf58c1b3cfafbba39 (diff)
downloadrust-libc-ff38c3a1210e9f5a7e4072006d670fb575be15cd.tar.gz
Bump to 0.2.4
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 97f717e8bf..b429814874 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.3"
+version = "0.2.4"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"