From 430c0bc94affd6e53b0d07dcb0b89a30dddca1a8 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Sun, 28 Aug 2022 16:34:52 +0000 Subject: [PATCH] bug fixed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b68be1f..44048cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ prost = { version = "0" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.79-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.64-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.65-snapshot" } [build-dependencies]