From 4502abd55f1745f124cabbada65d6276e1764c88 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sun, 12 Jan 2025 12:45:22 +0900 Subject: [PATCH] Tweak --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf243ed..825231c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,11 +43,11 @@ use-custom-error = [] savvy-test = [] [build-dependencies] -cc = "1" +cc = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" } # TODO: workaround for https://github.com/yutannihilation/savvy/issues/335 [patch.crates-io] -cc = { git = "https://github.com/rust-lang/cc-rs", branch = "NobodyXu-patch-1" } +cc = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" } [package.metadata.docs.rs] features = ["complex", "altrep", "logger"]