From 2635ae9a6c7c7677df1ea5a74d49b537f88a8d32 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 28 Aug 2020 01:35:29 +0100 Subject: [PATCH] Bump to 0.1.35 This time using the proper procedure for including libm. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6042968..b4fbb0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.34" +version = "0.1.35" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins"