summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-10 10:09:57 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-10 10:09:57 -0800
commit62ce956f7a813050a9d6967729baaf2d1a7b1187 (patch)
treefd31e544d952d8b8957d6f87db3b17085c61178f
parenta224b1770efd937d8499458685120386f1781dc2 (diff)
parentf70787b3440cbfef1cc63961134adc03562a6443 (diff)
downloadrust-libc-0.2.2.tar.gz
Merge pull request #54 from alexcrichton/bump0.2.2
Bump to 0.2.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d170e390e3..2a788dadbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.1"
+version = "0.2.2"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"