diff options
author | Jeremy Soller <jackpot51@gmail.com> | 2018-06-01 08:14:12 -0600 |
---|---|---|
committer | Jeremy Soller <jackpot51@gmail.com> | 2018-06-01 08:14:12 -0600 |
commit | a27fae96a08ae07ed3f9b6e8645776832ac8cbb2 (patch) | |
tree | acc2ce22de76df4fe8dcef90696d90ad66a44316 /Cargo.toml | |
parent | 6578c7c7d15fa0e6174bab9c8144b4c43ee703fa (diff) | |
download | rust-libc-a27fae96a08ae07ed3f9b6e8645776832ac8cbb2.tar.gz |
Bump version to 0.2.42
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 e69c88a5a6..662d0ad657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.41" +version = "0.2.42" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |