summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2019-05-16 06:53:06 -0600
committerGitHub <noreply@github.com>2019-05-16 06:53:06 -0600
commit81dcf4c0ef348684a6a3c320e38e18cc787c60f7 (patch)
tree5fd19d7ec6effa38cdfee9b732e71c3b8023dbc8
parent8b14a7e95bd4f13707a1c4383bdb54222921098f (diff)
downloadrust-libc-81dcf4c0ef348684a6a3c320e38e18cc787c60f7.tar.gz
Bump version to 0.2.55
-rw-r--r--Cargo.toml2
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"