From 473c10cc1c1624d260b5121a0a98c2c6594de055 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 15 Aug 2015 13:27:26 -0700 Subject: [PATCH] Bump to 0.1.10 Closes #15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3ae0e8c..fa79c0f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.1.9" +version = "0.1.10" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"