From c003614b61137decde6d7b7f7a4a8db151a11570 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 4 Nov 2015 17:46:48 -0800 Subject: [PATCH] Bump to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd8e954e..d170e390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.0" +version = "0.2.1" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"