aboutsummaryrefslogtreecommitdiff
path: root/libc/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-01-15 09:30:24 -0800
committerDaniel Mueller <deso@posteo.net>2018-01-15 09:30:24 -0800
commitd8a58488bd56ef9c09e167173124c3519bc7405d (patch)
treef52c843b4862a8ce80b3912805638be5846166fc /libc/Cargo.toml
parent7e6a449f276cd85ebd9201ef1a62aff3bc4d1595 (diff)
downloadnitrocli-d8a58488bd56ef9c09e167173124c3519bc7405d.tar.gz
nitrocli-d8a58488bd56ef9c09e167173124c3519bc7405d.tar.bz2
Update libc crate to 0.2.36
Import subrepo libc/:libc at 16a0f4a3d6c836f88f50c58f5d0a74a32cbf0193
Diffstat (limited to 'libc/Cargo.toml')
-rw-r--r--libc/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/Cargo.toml b/libc/Cargo.toml
index 8bffe2d..c9be832 100644
--- a/libc/Cargo.toml
+++ b/libc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.30"
+version = "0.2.36"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
@@ -15,7 +15,7 @@ other common platform libraries.
[badges]
travis-ci = { repository = "rust-lang/libc" }
-appveyor = { repository = "rust-lang-libs/libc" }
+appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }
[features]
default = ["use_std"]