From 5cd852d072b03294ac00f6d2fdc6e409882ba712 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 25 Jun 2024 22:51:05 +0100 Subject: [PATCH] Release 0.1.113 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4564ba9e5..ab4395159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.112" +version = "0.1.113" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins"