From be8bec2c4ebd5514f158b3e711dd4b479a527f4e Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Sat, 27 Aug 2022 06:12:05 +0000 Subject: [PATCH] version up --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5e93aa..f2a34c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ lazy_static = { version = "1" } prost = { version = "0" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -time = { version = "0" } +time = { version = "0.3" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.74-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.75-snapshot" } [build-dependencies]