Skip to content

Commit

Permalink
Fix taplo cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Oct 26, 2024
1 parent 063fcaa commit 63f7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 63f7143

Please sign in to comment.