From b0dd7559900e8677d8ec9c99d1ebebcdd29d0c0a Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Wed, 21 Feb 2024 15:54:35 -0500 Subject: [PATCH] wip --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52c5e22..4277d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ anyhow = "1.0" parking_lot = "0.12" serde = { version = "1.0", features = ["derive"] } pythonize = "0.20.0" -cc = "1.0.83" [build-dependencies] bindgen = "0.69.1" @@ -33,4 +32,4 @@ reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" zip-extract = "0.1" -cc = "1.0.83" +cc = "=1.0.83"