mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix: use codemp proto from crates.io
This commit is contained in:
parent
0e398dcd92
commit
e8d2c7352b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue