Fix tonic-types and health versions

This commit is contained in:
Lucio Franco
2021-07-08 15:57:25 -04:00
parent 040e3a4811
commit 5bb1a029a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tonic-health" name = "tonic-health"
version = "0.3.1" version = "0.4.0"
authors = ["James Nugent <[email protected]>"] authors = ["James Nugent <[email protected]>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tonic-types" name = "tonic-types"
version = "0.2.0" version = "0.3.0"
authors = ["Lucio Franco <[email protected]>"] authors = ["Lucio Franco <[email protected]>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"