fix: introduce taplo.toml and sort Cargo.toml (#2096)

* fix: add taplo.toml

* fix: introduce taplo.toml & sort cargo.toml

* chore: remove option in ci too
This commit is contained in:
shuiyisong
2023-08-04 14:44:45 +08:00
committed by GitHub
parent 93cd4ab89d
commit 7efff2d704
34 changed files with 114 additions and 79 deletions

View File

@@ -6,8 +6,8 @@ license.workspace = true
[dependencies]
common-error = { path = "../error" }
datafusion.workspace = true
datafusion-common.workspace = true
datafusion.workspace = true
datatypes = { path = "../../datatypes" }
futures.workspace = true
paste = "1.0"