From cd34a953bc5b5c4ace73357e1e50ba8aee95993d Mon Sep 17 00:00:00 2001 From: chickenlj Date: Fri, 30 Sep 2022 16:13:46 +0800 Subject: [PATCH] bump version to 0.2.0 --- common/Cargo.toml | 2 +- config/Cargo.toml | 2 +- dubbo-build/Cargo.toml | 2 +- dubbo/Cargo.toml | 4 ++-- examples/echo/Cargo.toml | 8 ++++---- examples/greeter/Cargo.toml | 8 ++++---- metadata/Cargo.toml | 2 +- registry/Cargo.toml | 2 +- xds/Cargo.toml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index b7723d9c..b056b330 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/config/Cargo.toml b/config/Cargo.toml index 80d843ee..27833cc5 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dubbo-config" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "dubbo-config" diff --git a/dubbo-build/Cargo.toml b/dubbo-build/Cargo.toml index 1c04bf7c..a4715b75 100644 --- a/dubbo-build/Cargo.toml +++ b/dubbo-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dubbo-build" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "dubbo-build" diff --git a/dubbo/Cargo.toml b/dubbo/Cargo.toml index fb039e98..d96a72bf 100644 --- a/dubbo/Cargo.toml +++ b/dubbo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dubbo" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "dubbo" @@ -34,4 +34,4 @@ axum = "0.5.9" async-stream = "0.3" flate2 = "1.0" -dubbo-config = {path = "../config", version = "0.1.0"} +dubbo-config = {path = "../config", version = "0.2.0"} diff --git a/examples/echo/Cargo.toml b/examples/echo/Cargo.toml index e892d55c..9e794b09 100644 --- a/examples/echo/Cargo.toml +++ b/examples/echo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example-echo" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -23,8 +23,8 @@ prost = "0.10.4" async-trait = "0.1.56" tokio-stream = "0.1" -dubbo = {path = "../../dubbo", version = "0.1.0"} -dubbo-config = {path = "../../config", version = "0.1.0"} +dubbo = {path = "../../dubbo", version = "0.2.0"} +dubbo-config = {path = "../../config", version = "0.2.0"} [build-dependencies] -dubbo-build = {path = "../../dubbo-build", version = "0.1.0"} +dubbo-build = {path = "../../dubbo-build", version = "0.2.0"} diff --git a/examples/greeter/Cargo.toml b/examples/greeter/Cargo.toml index 306735d4..b698bc71 100644 --- a/examples/greeter/Cargo.toml +++ b/examples/greeter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example-greeter" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -23,8 +23,8 @@ prost = "0.10.4" async-trait = "0.1.56" tokio-stream = "0.1" -dubbo = {path = "../../dubbo", version = "0.1.0"} -dubbo-config = {path = "../../config", version = "0.1.0"} +dubbo = {path = "../../dubbo", version = "0.2.0"} +dubbo-config = {path = "../../config", version = "0.2.0"} [build-dependencies] -dubbo-build = {path = "../../dubbo-build", version = "0.1.0"} +dubbo-build = {path = "../../dubbo-build", version = "0.2.0"} diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index a600f4c7..29743668 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metadata" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/registry/Cargo.toml b/registry/Cargo.toml index 89c58fc0..e9357f43 100644 --- a/registry/Cargo.toml +++ b/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xds/Cargo.toml b/xds/Cargo.toml index 75e2515a..2a63597a 100644 --- a/xds/Cargo.toml +++ b/xds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xds" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html