summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-28 10:50:57 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-28 10:50:57 -0700
commit7db6ae5a75894e211829e0131077009103da83bc (patch)
tree13b4c9f4e0c62d9ef99fd5ea5ab008817296aecb /Cargo.toml
parent0b10c08e39e18533879a99838d9e49e728c7015d (diff)
downloadrust-libc-7db6ae5a75894e211829e0131077009103da83bc.tar.gz
Bump to 0.1.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 c6128d7e3e..6ee8845273 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.1.3"
+version = "0.1.4"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"