summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-03-05 09:58:07 +0000
committerbors <bors@rust-lang.org>2019-03-05 09:58:07 +0000
commit920ee0f162da962917949366a49ffe74f24ec575 (patch)
tree48d4256def139c2698c7589c6847020ef5d4b091
parent750a7a61b4cca0094492c7b79ca497e15e629705 (diff)
parente2785de85dff0f2addadfaba98acf8fa064780dd (diff)
downloadrust-libc-920ee0f162da962917949366a49ffe74f24ec575.tar.gz
Auto merge of #1299 - leo60228:master, r=gnzlbg0.2.50
Bump to 0.2.50 I'm using libnx-rs too, and it'd be nice to have #1278 in a release.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56a0181cb4..14faaf401a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.49"
+version = "0.2.50"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"