From 35d9cc37bb64867870dad6dc569c9014cea4a246 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 2 Jan 2019 10:21:41 -0800 Subject: [PATCH] Bump to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07afd30..32cc268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.2" +version = "0.1.3" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang-nursery/compiler-builtins"