From e91769eceb2b4e1e37a7e66a4f3ceed4055a08df Mon Sep 17 00:00:00 2001 From: Guillaume Gomez <guillaume1.gomez@gmail.com> Date: Thu, 11 Jan 2018 23:20:23 +0100 Subject: [PATCH] Update libc version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 202e5769..d6f73658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,14 +78,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.35" +version = "0.2.36" [[package]] name = "libc-test" version = "0.1.0" dependencies = [ "ctest 0.1.6 (git+https://github.com/alexcrichton/ctest)", - "libc 0.2.35", + "libc 0.2.36", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f2fa309d..c9be8322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.35" +version = "0.2.36" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" -- GitLab