Skip to content

Commit

Permalink
Merge pull request LesnyRumcajs#117 from LesnyRumcajs/rust_parking_lot
Browse files Browse the repository at this point in the history
add parking_lot to tonic_mt
  • Loading branch information
Trisfald authored Apr 13, 2021
2 parents a7ae82c + b40d73c commit 41a45a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_tonic_mt_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = true
[dependencies]
tonic = "0.4"
prost = "0.7"
tokio = { version = "1.4", features = ["rt-multi-thread", "macros", "io-util"] }
tokio = { version = "1.4", features = ["parking_lot", "rt-multi-thread", "macros", "io-util"] }

[build-dependencies]
tonic-build = "0.4"
Expand Down

0 comments on commit 41a45a9

Please sign in to comment.