File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " common"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " dubbo-config"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " dubbo-config"
Original file line number Diff line number Diff line change 11[package ]
22name = " dubbo-build"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " dubbo-build"
Original file line number Diff line number Diff line change 11[package ]
22name = " dubbo"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " dubbo"
@@ -34,4 +34,4 @@ axum = "0.5.9"
3434async-stream = " 0.3"
3535flate2 = " 1.0"
3636
37- dubbo-config = {path = " ../config" , version = " 0.1 .0" }
37+ dubbo-config = {path = " ../config" , version = " 0.2 .0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " example-echo"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 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"
2323async-trait = " 0.1.56"
2424tokio-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" }
Original file line number Diff line number Diff line change 11[package ]
22name = " example-greeter"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 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"
2323async-trait = " 0.1.56"
2424tokio-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" }
Original file line number Diff line number Diff line change 11[package ]
22name = " metadata"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " registry"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " xds"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments