From 10f4f35f9670bb29715a8c1ec01284852d47ed35 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 26 Nov 2018 12:09:10 -0800 Subject: [PATCH] Bump to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf996ef..07afd30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.1" +version = "0.1.2" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang-nursery/compiler-builtins"