mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
chore: bump crate version, lock proto version
This commit is contained in:
parent
cfab8ee148
commit
7fc25cd332
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "codemp"
|
||||
version = "0.6.2"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -15,7 +15,7 @@ async-trait = "0.1"
|
|||
# crdt
|
||||
diamond-types = "1.0"
|
||||
# proto
|
||||
codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", rev = "334389360e330e3162c57cb3ff011feae13c84ba" }
|
||||
codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", tag = "v0.7.0" }
|
||||
uuid = { version = "1.7", features = ["v4"] }
|
||||
tonic = { version = "0.12", features = ["tls", "tls-roots"] }
|
||||
# api
|
||||
|
|
Loading…
Reference in a new issue