diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-11-10 09:08:32 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-11-10 09:08:32 -0800 |
commit | f70787b3440cbfef1cc63961134adc03562a6443 (patch) | |
tree | fd31e544d952d8b8957d6f87db3b17085c61178f /Cargo.toml | |
parent | a224b1770efd937d8499458685120386f1781dc2 (diff) | |
download | rust-libc-f70787b3440cbfef1cc63961134adc03562a6443.tar.gz |
Bump to 0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
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" |