From 63f7143e84aa86c7d21f13d5c2e5dbed7cb25d27 Mon Sep 17 00:00:00 2001 From: sgrebnov Date: Sat, 26 Oct 2024 15:07:57 -0700 Subject: [PATCH] Fix taplo cargo check --- datafusion/sql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 131bb3a6c6cb..1eef1b718ba6 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -56,8 +56,8 @@ strum = { version = "0.26.1", features = ["derive"] } ctor = { workspace = true } datafusion-functions = { workspace = true, default-features = true } datafusion-functions-aggregate = { workspace = true } -datafusion-functions-window = { workspace = true } datafusion-functions-nested = { workspace = true } +datafusion-functions-window = { workspace = true } env_logger = { workspace = true } paste = "^1.0" rstest = { workspace = true }