Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 30, 2022
1 parent bb8b794 commit cd34a95
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dubbo-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dubbo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dubbo"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "dubbo"
Expand Down Expand Up @@ -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"}
8 changes: 4 additions & 4 deletions examples/echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"}
8 changes: 4 additions & 4 deletions examples/greeter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"}
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion xds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cd34a95

Please sign in to comment.