From b67f702c5ee76d5a2736b929fcc31ffbf1363ac9 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Tue, 30 Aug 2022 08:39:02 +0000 Subject: [PATCH] version up --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 393580e..3ec2ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ prost = { version = "0" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.84-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.85-snapshot" } [build-dependencies]