From 169f3353f6546ef79596b42ba80fd649d3b30cf4 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Sat, 2 Nov 2024 19:52:53 -0700 Subject: [PATCH] fix: toml --- src/mito2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mito2/Cargo.toml b/src/mito2/Cargo.toml index 737183e1d372..da02da63820f 100644 --- a/src/mito2/Cargo.toml +++ b/src/mito2/Cargo.toml @@ -24,6 +24,7 @@ common-datasource.workspace = true common-decimal.workspace = true common-error.workspace = true common-macro.workspace = true +common-meta = { workspace = true, features = ["testing"] } common-query.workspace = true common-recordbatch.workspace = true common-runtime.workspace = true @@ -31,7 +32,6 @@ common-telemetry.workspace = true common-test-util = { workspace = true, optional = true } common-time.workspace = true common-wal.workspace = true -common-meta = {workspace = true, features = ["testing"]} crc32fast = "1" crossbeam-utils.workspace = true datafusion.workspace = true