aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2019-04-26 00:18:59 -0700
committerDan Gohman <sunfish@mozilla.com>2019-04-26 00:21:50 -0700
commit6ec8c23e5e5a02598ac45fc3c28af15e405932e9 (patch)
treec247d0d3da0cc979c08df2b69fff9364d186ff8f /Cargo.toml
parent0ec9af989cf47649586b55c167fae95d4d6ffac4 (diff)
downloadlibc-6ec8c23e5e5a02598ac45fc3c28af15e405932e9.tar.gz
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06674e36..a708801e 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"