summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-26 13:28:44 +0000
committerbors <bors@rust-lang.org>2019-04-26 13:28:44 +0000
commitf9818f14f80101910c386e1f695555934735a2af (patch)
treec247d0d3da0cc979c08df2b69fff9364d186ff8f
parent0ec9af989cf47649586b55c167fae95d4d6ffac4 (diff)
parent6ec8c23e5e5a02598ac45fc3c28af15e405932e9 (diff)
downloadrust-libc-0.2.53.tar.gz
Auto merge of #1326 - sunfishcode:bump, r=alexcrichton0.2.53
Bump to 0.2.53 This adds more WASI support, and in particular adds support for WASI being a target_os rather than a target_env, which relates to this PR: https://github.com/rust-lang/rust/pull/60117
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06674e365d..a708801e38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.52"
+version = "0.2.53"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"