From 7a3a21dbcaf2e7cec1b6301f931a7e6492ff7b93 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sat, 12 Aug 2017 23:03:10 -0400 Subject: [PATCH] [Release] Prepare 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc69381..731a3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static_assertions" -version = "0.1.0" +version = "0.1.1" authors = ["Nikolai Vazquez"] license = "MIT/Apache-2.0" repository = "https://github.com/nvzqz/static-assertions-rs"