From 9c93fa6b58f700019c0db4f0297cec71f35d6ce0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 1 Jun 2015 13:35:59 -0700 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 2f346d2..bb25ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitflags" -version = "0.2.0" +version = "0.2.1" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"