From b302bed9d263826f8be367040ec567cd99707fdf Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 12 Apr 2016 11:08:17 -0700 Subject: [PATCH] Bump to 0.2.10 --- Cargo.toml | 2 +- libc-test/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36c6d199..278adbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.9" +version = "0.2.10" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock index 007ba034..c9f5d455 100644 --- a/libc-test/Cargo.lock +++ b/libc-test/Cargo.lock @@ -3,7 +3,7 @@ name = "libc-test" version = "0.1.0" dependencies = [ "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)", - "libc 0.2.9", + "libc 0.2.10", ] [[package]] @@ -46,7 +46,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.9" +version = "0.2.10" [[package]] name = "log"