From 7fc25cd332eb8a82392a7099edfdc220cfd6a8ac Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 28 Aug 2024 15:23:58 +0200 Subject: [PATCH] chore: bump crate version, lock proto version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf7c7dc..c3922ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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