History log of /tonic/examples/src/autoreload/server.rs (Results 1 – 3 of 3)
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, 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
# 8508f369 01-Nov-2021 Cezar Mathe <[email protected]>

fix(examples): Fix autoreload example (#798) (#818)


Revision tags: v0.6.1, v0.6.0, v0.5.2, v0.5.1, 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
# f6ecaff0 09-Apr-2020 thisKai <[email protected]>

chore(example): Autoreloading server example (#316)

* Create an example of an autoreloading server

* Document the autoreloading server example

* Format autoreloading server example

* Add no

chore(example): Autoreloading server example (#316)

* Create an example of an autoreloading server

* Document the autoreloading server example

* Format autoreloading server example

* Add note about cargo-watch in the examples readme

show more ...