Skip to content

Commit

Permalink
fix a test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Sep 29, 2023
1 parent 10cb2ab commit 570448f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = { workspace = true }
tempfile = { workspace = true }
tonic = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-stream = { workspace = true, features = ["net"] }
tower = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit 570448f

Please sign in to comment.