Skip to content

Commit 47d0e33

Browse files
Switch git deps to crates.io version deps
zentinel-agent-protocol and zentinel-common are now published on crates.io under the zentinel-* names, so git deps are no longer needed.
1 parent 66daced commit 47d0e33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ path = "src/main.rs"
2323

2424
[dependencies]
2525
# Zentinel protocol
26-
zentinel-agent-protocol = { version = "0.5", git = "https://github.com/zentinelproxy/zentinel.git", package = "zentinel-agent-protocol" }
27-
zentinel-common = { version = "0.5", git = "https://github.com/zentinelproxy/zentinel.git", package = "zentinel-common" }
26+
zentinel-agent-protocol = "0.5"
27+
zentinel-common = "0.5"
2828

2929
# Async runtime
3030
tokio = { version = "1.40", features = ["full"] }

0 commit comments

Comments
 (0)