From 5d279b8b923dbdf2d90bda3e5f7804b2c8de134c Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Thu, 1 Sep 2022 17:18:06 +0000 Subject: [PATCH] version up --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ee20ba..fdf8f01 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.92-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.93-snapshot" } [build-dependencies]