From f10dbd9bb534b7fa945bff7ff2d7299c38dda389 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 12 Jun 2022 01:19:53 +0100 Subject: [PATCH] Bump to 0.1.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31cf4126..520a1f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio "] name = "compiler_builtins" -version = "0.1.74" +version = "0.1.75" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins"