diff --git a/Cargo.toml b/Cargo.toml index 0c1b71851..66e689e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,4 +61,4 @@ versions = "6.1.0" # Use a patched version of cc-rs that respects the rustc wrapper # This should greatly speed up CI builds! [patch.crates-io] -cc = { git = "https://github.com/Be-ing/cc-rs.git", branch="dont_override_apple_deployment_target" } +cc = { git = "https://github.com/Be-ing/cc-rs.git", branch="apple_deployment_target_api" }