From d1a175e72590a9d4b67abebfdc234eb7ea095b29 Mon Sep 17 00:00:00 2001 From: Tom Niget Date: Tue, 8 Nov 2022 16:03:54 +0100 Subject: [PATCH] Remove patch since https://github.com/rust-lang/cc-rs/pull/699 was merged --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5aead5..ce58692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,6 @@ variant-rs = "0.1" [build-dependencies] cxx-build = "1.0" -[patch.crates-io] -cc = { git = "https://github.com/zdimension/cc-rs" } # https://github.com/rust-lang/cc-rs/pull/699 - [workspace] members = [ "macros"