From 7b7afe8cdb8e6c3c885bb71b824d18b1b17add6a Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sun, 12 Jan 2025 12:44:23 +0900 Subject: [PATCH] Try the proposed fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e47f543..bf243ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ cc = "1" # TODO: workaround for https://github.com/yutannihilation/savvy/issues/335 [patch.crates-io] -cc = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" } +cc = { git = "https://github.com/rust-lang/cc-rs", branch = "NobodyXu-patch-1" } [package.metadata.docs.rs] features = ["complex", "altrep", "logger"]