From e6f50fcfce52b4727a7c5a178771833e77fda5fc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 5 Feb 2024 18:18:21 -0500 Subject: [PATCH] Remove unused dep --- src/rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 08bd9583cbff..698328596665 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -23,9 +23,6 @@ openssl-sys = "0.9.99" foreign-types-shared = "0.1" self_cell = "1" -[build-dependencies] -cc = "1.0.83" - [features] extension-module = ["pyo3/extension-module"] default = ["extension-module"]