diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-01-11 23:20:23 +0100 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-01-11 23:32:27 +0100 |
commit | e91769eceb2b4e1e37a7e66a4f3ceed4055a08df (patch) | |
tree | fe092fcb315791489012dc6d31d350022d1df6f0 /Cargo.toml | |
parent | d5d0bdf414c798d64edab402d52f230513461b4f (diff) | |
download | rust-libc-e91769eceb2b4e1e37a7e66a4f3ceed4055a08df.tar.gz |
Update libc version
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 f2fa309def..c9be8322e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.35" +version = "0.2.36" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |