Skip to content

Commit

Permalink
chore: fix executor build when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Jan 21, 2025
1 parent f1529cf commit b7a2f01
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ballista/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ log = { workspace = true }
mimalloc = { workspace = true, optional = true }
parking_lot = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = [
"macros",
"rt",
"rt-multi-thread",
"parking_lot",
"signal",
] }
tokio = { workspace = true, features = ["full"] }
tokio-stream = { workspace = true, features = ["net"] }
tonic = { workspace = true }
tracing = { workspace = true, optional = true }
Expand Down

0 comments on commit b7a2f01

Please sign in to comment.