diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-11-30 06:50:55 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-11-30 06:50:55 -0800 |
commit | 19b0fbe2101185c8df717b5405c3ecbe7c316ee7 (patch) | |
tree | d4fcb69083196cc4d5910b2e0dd16da012eca412 /Cargo.toml | |
parent | ace4b860f37f3e30f95a95f65e59494997db6a7b (diff) | |
download | rust-libc-19b0fbe2101185c8df717b5405c3ecbe7c316ee7.tar.gz |
Bump to 0.2.34
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 0431fee475..c88504207c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.33" +version = "0.2.34" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |