Skip to content

Commit

Permalink
fix: toml format
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Dec 4, 2023
1 parent 69cf378 commit 65e47b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ async-trait = "0.1"
base64 = "0.21"
bigdecimal = "0.4.2"
bitflags = "2.4.1"
bytemuck = "1.12"
chrono = { version = "0.4", features = ["serde"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "26e43acac3a96cec8dd4c8365f22dfb1a84306e9" }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", rev = "26e43acac3a96cec8dd4c8365f22dfb1a84306e9" }
Expand All @@ -100,7 +101,6 @@ opentelemetry-proto = { git = "https://github.com/waynexia/opentelemetry-rust.gi
"metrics",
"trace",
] }
bytemuck = "1.12"
parquet = "47.0"
paste = "1.0"
pin-project = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license.workspace = true

[dependencies]
async-trait.workspace = true
bytemuck.workspace = true
common-base.workspace = true
common-error.workspace = true
common-macro.workspace = true
Expand All @@ -17,7 +18,6 @@ prost.workspace = true
regex-automata.workspace = true
regex.workspace = true
snafu.workspace = true
bytemuck.workspace = true

[dev-dependencies]
tokio-util.workspace = true
Expand Down

0 comments on commit 65e47b7

Please sign in to comment.