diff options
author | Wesley Moore <wes@wezm.net> | 2017-07-31 21:07:40 +1000 |
---|---|---|
committer | Wesley Moore <wes@wezm.net> | 2017-07-31 21:12:05 +1000 |
commit | beb582e1206120e58cda59c09e993193d272b14b (patch) | |
tree | a75629d64283f25001b98945ddff47cb85dc3b69 /Cargo.toml | |
parent | 560e73f357f5121e5b1916cf450a333ff138576f (diff) | |
download | rust-libc-beb582e1206120e58cda59c09e993193d272b14b.tar.gz |
Bump to version 0.2.29
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 da8bbdcd72..cb8af7aacd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.28" +version = "0.2.29" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |