Skip to content

Commit

Permalink
refact(registry): update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yang20150702 committed Jul 15, 2024
1 parent 0237338 commit 026c497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registry/nacos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/apache/dubbo-rust.git"

[dependencies]
nacos-sdk = { version = "0.3", features = ["naming", "auth-by-http", "async"] }
dubbo.workspace = true
dubbo = {path = "../../dubbo/", version = "0.4.0" }
serde_json.workspace = true
serde = { workspace = true, features = ["derive"] }
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion registry/zookeeper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/apache/dubbo-rust.git"

[dependencies]
zookeeper = "0.8.0"
dubbo.workspace = true
dubbo = {path = "../../dubbo/", version = "0.4.0" }
anyhow.workspace = true
serde_json.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 026c497

Please sign in to comment.