From 5f20dab07a7756b8098080088e5cac1f20f55c28 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 7 Apr 2024 19:52:50 +1000 Subject: [PATCH] Release cc 1.0.91 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03ae27a30..269b616e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.90" +version = "1.0.91" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"