chore: Prepare 0.6.2 (#860)

- Contains the revert to [rust 2018](https://github.com/hyperium/tonic/pull/847).
- Bumps both tonic and tonic-build.
- tonic-build goes from 0.6.0 to 0.6.2 since there was no 0.6.1. I
  believe we want tonic and tonic-build versions to follow each other.
This commit is contained in:
David Pedersen
2021-12-08 17:42:16 +01:00
committed by GitHub
parent 5a88e11887
commit e78a2d832f
5 changed files with 14 additions and 6 deletions
+8
View File
@@ -1,3 +1,11 @@
# [0.6.2](https://github.com/hyperium/tonic/compare/v0.6.1...v0.6.2) (2021-12-07)
### Bug Fixes
* **tonic:** revert to 2018 edition ([#843](https://github.com/hyperium/tonic/issues/843)) ([101f2f7](https://github.com/hyperium/tonic/commit/101f2f76d4a62757cac8ca209b1eb6b57094d524))
# [0.6.1](https://github.com/hyperium/tonic/compare/v0.6.0...v0.6.1) (2021-10-27)