Skip to content

Commit

Permalink
fix: toml format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Sep 10, 2024
1 parent bb88ad3 commit 67f29a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enum_dispatch = "0.3"
futures.workspace = true
greptime-proto.workspace = true
itertools.workspace = true
jsonb.workspace = true
lazy_static.workspace = true
moka = { workspace = true, features = ["sync"] }
once_cell.workspace = true
Expand All @@ -56,7 +57,6 @@ table.workspace = true
tokio.workspace = true
urlencoding = "2.1"
yaml-rust = "0.4"
jsonb.workspace = true

[dev-dependencies]
catalog = { workspace = true, features = ["testing"] }
Expand Down
2 changes: 1 addition & 1 deletion src/servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ testing = []
workspace = true

[dependencies]
ahash = "0.8"
aide = { version = "0.9", features = ["axum"] }
api.workspace = true
ahash = "0.8"
arrow.workspace = true
arrow-flight.workspace = true
arrow-ipc.workspace = true
Expand Down

0 comments on commit 67f29a1

Please sign in to comment.