diff options
author | Jeremy Soller <jackpot51@gmail.com> | 2019-05-16 06:53:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 06:53:06 -0600 |
commit | 81dcf4c0ef348684a6a3c320e38e18cc787c60f7 (patch) | |
tree | 5fd19d7ec6effa38cdfee9b732e71c3b8023dbc8 /Cargo.toml | |
parent | 8b14a7e95bd4f13707a1c4383bdb54222921098f (diff) | |
download | rust-libc-81dcf4c0ef348684a6a3c320e38e18cc787c60f7.tar.gz |
Bump version to 0.2.55
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 e8492974e0..ef500be242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.54" +version = "0.2.55" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |