Skip to content

Commit

Permalink
chore: fix toml format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Jun 14, 2024
1 parent 12c3e04 commit 7820cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ futures.workspace = true
greptime-proto.workspace = true
itertools.workspace = true
lazy_static.workspace = true
moka = { workspace = true, features = ["sync"] }
once_cell.workspace = true
operator.workspace = true
paste.workspace = true
Expand All @@ -52,7 +53,6 @@ table.workspace = true
tokio.workspace = true
urlencoding = "2.1"
yaml-rust = "0.4"
moka = { workspace = true, features = ["sync"] }

[dev-dependencies]
catalog = { workspace = true, features = ["testing"] }
Expand Down

0 comments on commit 7820cd7

Please sign in to comment.