chore: Update to 2021 edition (#1188)
chore: Fix clippy lint (#1181)
chore(examples): Fix blocking-server (#1173)
chore: fix clippy lints (#707)
Upgrade to Tokio 1.0.0 ecosystem (#530)* Upgrade Tonic to Tokio 1.0 Work in progress for updating Tonic to Tokio 1.0. Since tower has not been released to crates.io, a git dependency is taken i
Upgrade to Tokio 1.0.0 ecosystem (#530)* Upgrade Tonic to Tokio 1.0 Work in progress for updating Tonic to Tokio 1.0. Since tower has not been released to crates.io, a git dependency is taken instead. * Upgrade Tonic to Tokio 1.0 phase 2 * tonic: remove tower-* deps * Apply suggestions from code review Co-authored-by: Ed Marshall <[email protected]> Co-authored-by: Lucio Franco <[email protected]>
show more ...
chore: Update blocking example drop order (#313)
chore: Reorganize examples and interop crates (#180)* chore: Reorganize examples and interop crates * fix interop tests