fix(tonic): change connect_lazy to be infallible (#712)

Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
Nisheeth Barthwal
2021-10-20 16:47:17 +02:00
committed by GitHub
parent 53ecc1f85e
commit 2e471548d8
3 changed files with 4 additions and 7 deletions
-1
View File
@@ -57,7 +57,6 @@ This release includes a new crate `tonic-web` which is versioned at `0.1` and su
* **transport:** provide generic access to connect info ([#647](https://github.com/hyperium/tonic/issues/647)) ([e5e3118](https://github.com/hyperium/tonic/commit/e5e311853bff347355722bc829d40f54e8954aee))
# [0.4.3](https://github.com/hyperium/tonic/compare/v0.4.2...v0.4.3) (2021-04-29)
### Features