Skip to content

Commit

Permalink
fomrat cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed May 19, 2024
1 parent 3b87410 commit 433531d
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 @@ -47,9 +47,9 @@ arrow-schema = { workspace = true }
datafusion-common = { workspace = true, default-features = true }
datafusion-expr = { workspace = true }
log = { workspace = true }
regex = { version = "1.8" }
sqlparser = { workspace = true }
strum = { version = "0.26.1", features = ["derive"] }
regex = { version = "1.8" }

[dev-dependencies]
ctor = { workspace = true }
Expand Down

0 comments on commit 433531d

Please sign in to comment.