From 8108892529159d2b5b284ee0b8cdd438a42e5635 Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Tue, 10 Dec 2024 16:11:34 -0800 Subject: [PATCH] make metadata happy --- Cargo.lock | 1 - src/daft-connect/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 844e77a8a7..fd01681f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,7 +1981,6 @@ dependencies = [ "color-eyre", "common-daft-config", "common-file-formats", - "common-runtime", "daft-core", "daft-dsl", "daft-local-execution", diff --git a/src/daft-connect/Cargo.toml b/src/daft-connect/Cargo.toml index 51e7fae1d8..b1d1f63052 100644 --- a/src/daft-connect/Cargo.toml +++ b/src/daft-connect/Cargo.toml @@ -4,7 +4,6 @@ async-stream = "0.3.6" color-eyre = "0.6.3" common-daft-config = {workspace = true} common-file-formats = {workspace = true} -common-runtime = {workspace = true} daft-core = {workspace = true} daft-dsl = {workspace = true} daft-local-execution = {workspace = true}