Skip to content

Commit cd34a95

Browse files
committed
bump version to 0.2.0
1 parent bb8b794 commit cd34a95

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dubbo-config"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "dubbo-config"

dubbo-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dubbo-build"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "dubbo-build"

dubbo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dubbo"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "dubbo"
@@ -34,4 +34,4 @@ axum = "0.5.9"
3434
async-stream = "0.3"
3535
flate2 = "1.0"
3636

37-
dubbo-config = {path = "../config", version = "0.1.0"}
37+
dubbo-config = {path = "../config", version = "0.2.0"}

examples/echo/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-echo"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -23,8 +23,8 @@ prost = "0.10.4"
2323
async-trait = "0.1.56"
2424
tokio-stream = "0.1"
2525

26-
dubbo = {path = "../../dubbo", version = "0.1.0"}
27-
dubbo-config = {path = "../../config", version = "0.1.0"}
26+
dubbo = {path = "../../dubbo", version = "0.2.0"}
27+
dubbo-config = {path = "../../config", version = "0.2.0"}
2828

2929
[build-dependencies]
30-
dubbo-build = {path = "../../dubbo-build", version = "0.1.0"}
30+
dubbo-build = {path = "../../dubbo-build", version = "0.2.0"}

examples/greeter/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-greeter"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -23,8 +23,8 @@ prost = "0.10.4"
2323
async-trait = "0.1.56"
2424
tokio-stream = "0.1"
2525

26-
dubbo = {path = "../../dubbo", version = "0.1.0"}
27-
dubbo-config = {path = "../../config", version = "0.1.0"}
26+
dubbo = {path = "../../dubbo", version = "0.2.0"}
27+
dubbo-config = {path = "../../config", version = "0.2.0"}
2828

2929
[build-dependencies]
30-
dubbo-build = {path = "../../dubbo-build", version = "0.1.0"}
30+
dubbo-build = {path = "../../dubbo-build", version = "0.2.0"}

metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metadata"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "registry"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

xds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xds"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)