From 6ec8c23e5e5a02598ac45fc3c28af15e405932e9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 26 Apr 2019 00:18:59 -0700 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06674e365d3e4..a708801e38a78 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"