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
This commit is contained in:
Dan Gohman 2019-04-26 00:18:59 -07:00
parent 0ec9af989c
commit 6ec8c23e5e
1 changed files with 1 additions and 1 deletions

View File

@ -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"