diff --git a/Cargo.toml b/Cargo.toml index 78ba208..0df0399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttrpc" -version = "0.8.1" +version = "0.8.2" authors = ["The AntFin Kata Team "] edition = "2018" license = "Apache-2.0" diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 13eabdd..e449d34 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttrpc-compiler" -version = "0.6.2" +version = "0.6.3" edition = "2018" authors = ["The AntFin Kata Team "] license = "Apache-2.0"