From 17f9e01ffc2b73cb2706dc7c1047fd564aad1134 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 13 Nov 2023 04:59:19 +1000 Subject: [PATCH] Release cc v1.0.84 (#898) Resolve #893 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a6c573cf..9e646aa64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.83" +version = "1.0.84" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"