Skip to content

Commit 0695bf2

Browse files
committed
chore: fix toml format
1 parent 4ac4759 commit 0695bf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ datafusion-functions = "50"
130130
datafusion-functions-aggregate-common = "50"
131131
datafusion-optimizer = "50"
132132
datafusion-orc = { git = "https://github.com/GreptimeTeam/datafusion-orc", rev = "2971b041ce1c94e315ac5b327589da6d61f449c0" }
133+
datafusion-pg-catalog = "0.11"
133134
datafusion-physical-expr = "50"
134135
datafusion-physical-plan = "50"
135-
datafusion-pg-catalog = "0.11"
136136
datafusion-sql = "50"
137137
datafusion-substrait = "50"
138138
deadpool = "0.12"

src/common/function/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ datafusion.workspace = true
3636
datafusion-common.workspace = true
3737
datafusion-expr.workspace = true
3838
datafusion-functions-aggregate-common.workspace = true
39-
datafusion-physical-expr.workspace = true
4039
datafusion-pg-catalog.workspace = true
40+
datafusion-physical-expr.workspace = true
4141
datatypes.workspace = true
4242
derive_more = { version = "1", default-features = false, features = ["display"] }
4343
geo = { version = "0.29", optional = true }

0 commit comments

Comments
 (0)