From f60b31725c5d569456f2609c0448ce1601de2abc Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 27 Aug 2020 17:49:46 +0100 Subject: [PATCH] Bump to 0.1.34 0.1.33 was published without the libm submodule --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 957fd7b..6042968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.33" +version = "0.1.34" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins"