Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Nov 27, 2024
1 parent 2db41a8 commit 887d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ async-trait = "0.1.80"
# https://github.com/goldmedal/sqlparser-rs/pull/1
datafusion = { git = "https://github.com/goldmedal/datafusion.git", branch = "wren/support-array-struct" }
env_logger = "0.11.3"
hashbrown = "0.15.2"
log = { version = "0.4.14" }
serde = { version = "1.0.201", features = ["derive", "rc"] }
serde_json = { version = "1.0.117" }
serde_with = { version = "3.11.0" }
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }
wren-core = { path = "core" }
hashbrown = "0.15.2"

0 comments on commit 887d282

Please sign in to comment.