summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-05-16 23:19:04 +0000
committerbors <bors@rust-lang.org>2019-05-16 23:19:04 +0000
commitcaf17a0641d29dc624621177f5756804dd180c13 (patch)
treee514aadfa088a5b3ac01b326c0132e914e4282e9
parent6bc42d40e53de567d493d77a116d5a0db15baf35 (diff)
parent81dcf4c0ef348684a6a3c320e38e18cc787c60f7 (diff)
downloadrust-libc-caf17a0641d29dc624621177f5756804dd180c13.tar.gz
Auto merge of #1345 - jackpot51:patch-1, r=gnzlbg0.2.55
Bump version to 0.2.55 This will bring in support for redox as part of the unix target_family, thus allowing https://github.com/rust-lang/rust/pull/60547 to move forward
-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"