diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-08-27 10:34:33 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-08-27 10:34:33 -0700 |
commit | 938252cba704c8ea1f4fd872d07673a0a02e738e (patch) | |
tree | ac2006451869cea9888b2c87885bdd8f33634886 /Cargo.toml | |
parent | d64716407e3ee430fce7a008cc7d19a3072dca6c (diff) | |
download | rust-libc-938252cba704c8ea1f4fd872d07673a0a02e738e.tar.gz |
Bump to 0.2.30
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 bacf8b6d72..8bffe2de80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.29" +version = "0.2.30" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |