From e50af07922f585bead86e5131ad0d1c422548dc5 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 24 Feb 2024 12:52:30 +1100 Subject: [PATCH] Release cc 1.0.87 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54dead20d..b9ce6ea48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.86" +version = "1.0.87" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"