Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Jul 11, 2023
1 parent 5edd95d commit 76a7e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madsim-tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
futures-util = "0.3"
madsim = { version = "0.2.20", path = "../madsim" }
tracing = "0.1"
tonic = { version = "0.8.3", default-features = false, features = ["codegen"] }
tonic = { version = "0.8.3", default-features = false, features = ["codegen", "transport"] }

0 comments on commit 76a7e0c

Please sign in to comment.