From fdff7e93b3ec48e50e95947bd2b283f8ffad95a7 Mon Sep 17 00:00:00 2001 From: "Sung Yun (CODE SIGNING KEY)" Date: Mon, 19 Aug 2024 15:22:59 -0400 Subject: [PATCH] unused dependency --- bindings/python/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index a8bed6757..0260f788b 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -34,4 +34,3 @@ crate-type = ["cdylib"] iceberg = { path = "../../crates/iceberg" } pyo3 = { version = "0.21.1", features = ["extension-module"] } arrow = { version = "52.2.0", features = ["pyarrow"] } -libc = "0.2" \ No newline at end of file