summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorleo60228 <iakornfeld@gmail.com>2019-03-04 18:03:29 -0500
committerleo60228 <iakornfeld@gmail.com>2019-03-04 18:03:29 -0500
commite2785de85dff0f2addadfaba98acf8fa064780dd (patch)
tree48d4256def139c2698c7589c6847020ef5d4b091 /Cargo.toml
parent750a7a61b4cca0094492c7b79ca497e15e629705 (diff)
downloadrust-libc-e2785de85dff0f2addadfaba98acf8fa064780dd.tar.gz
Bump libc version
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 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"