From b81db2f9fef0281829937be45f856fdd99efcf35 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 25 Nov 2021 00:01:25 +0000 Subject: [PATCH] Bump to 0.1.53 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2caf6fed..d4348fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.52" +version = "0.1.53" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins"