Skip to content

Commit 026c497

Browse files
committed
refact(registry): update cargo.toml
1 parent 0237338 commit 026c497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registry/nacos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/apache/dubbo-rust.git"
1010

1111
[dependencies]
1212
nacos-sdk = { version = "0.3", features = ["naming", "auth-by-http", "async"] }
13-
dubbo.workspace = true
13+
dubbo = {path = "../../dubbo/", version = "0.4.0" }
1414
serde_json.workspace = true
1515
serde = { workspace = true, features = ["derive"] }
1616
anyhow.workspace = true

registry/zookeeper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/apache/dubbo-rust.git"
1010

1111
[dependencies]
1212
zookeeper = "0.8.0"
13-
dubbo.workspace = true
13+
dubbo = {path = "../../dubbo/", version = "0.4.0" }
1414
anyhow.workspace = true
1515
serde_json.workspace = true
1616
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)