From e8d2c7352bbb3a905f08f3d001d788a5f01fdc7d Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 03:10:32 +0200 Subject: [PATCH] fix: use codemp proto from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e88d7a2..0187848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ async-trait = "0.1" # crdt diamond-types = "1.0" # proto -codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", tag = "v0.7.0" } +codemp-proto = "0.7" uuid = { version = "1.7", features = ["v4"] } tonic = { version = "0.12", features = ["tls", "tls-roots"] } # api