History log of /tonic/examples/src/blocking/client.rs (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0
# bf22a740 13-Dec-2022 tottoto <[email protected]>

chore: Update to 2021 edition (#1188)


Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0, v0.5.2, v0.5.1
# 4b0ece6d 09-Jul-2021 David Pedersen <[email protected]>

chore: fix clippy lints (#707)


Revision tags: v0.5.0, v0.4.3, v0.4.2, v0.4.1, v0.4.0
# fdda5ae2 11-Jan-2021 Quentin Perez <[email protected]>

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 ...


Revision tags: v0.3.1, v0.3.0, v0.2.1, v0.2.0
# b7860cc7 01-Apr-2020 Spencer Judge <[email protected]>

chore: Update blocking example drop order (#313)


Revision tags: v0.1.1, v0.1.0, v0.1.0-beta.1
# d9a481ba 12-Dec-2019 Lucio Franco <[email protected]>

chore: Reorganize examples and interop crates (#180)

* chore: Reorganize examples and interop crates

* fix interop tests