summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-03-28 18:48:27 +0000
committerbors <bors@rust-lang.org>2019-03-28 18:48:27 +0000
commit173c5be79bc931c6b0d3227aa2133ff34f8a1761 (patch)
treec7a0b71b3d174827973bce529fbf4cebaeea5cb2
parentf682ca677fa0ba5a9a30d10360e5f479eed6bf57 (diff)
parentc8d6d546aa0026dd9ff726b741c248f31e7a6ffb (diff)
downloadrust-libc-173c5be79bc931c6b0d3227aa2133ff34f8a1761.tar.gz
Auto merge of #1309 - alexcrichton:bump, r=gnzlbg0.2.51
Bump to 0.2.51 Pulls in the new wasi target support!
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14faaf401a..4e822d4f8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.50"
+version = "0.2.51"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"