From af2bc8ead66669bff02f3f544a124c12e7b6e44f Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 7 Jan 2019 11:52:30 -0700 Subject: [PATCH 1/2] Version Bump for count leading zeros --- 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" From fc3368b558d1100291689f229b878aff52ac1d3c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 7 Jan 2019 12:08:18 -0700 Subject: [PATCH 2/2] Perform the correct version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7dce4b0..de2996b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.4" +version = "0.1.5" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang-nursery/compiler-builtins"