From 2720923087cfba3a20dabb4ada366f5a5fadd106 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Wed, 10 Aug 2022 02:44:07 +0000 Subject: [PATCH] site is changed --- Cargo.toml | 4 ++-- src/site/service.rs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6efe2fd..af6d519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ prost = { version = "0" } nats = { version = "0" } base64 = { version = "0" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.28-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.11-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.29-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.12-snapshot" } [build-dependencies] diff --git a/src/site/service.rs b/src/site/service.rs index 7bd648d..a8eb49a 100644 --- a/src/site/service.rs +++ b/src/site/service.rs @@ -195,6 +195,7 @@ impl Service { path: req.path, show: req.show, can_use: req.can_use, + memo: req.memo, expires_at: req.expires_at, }; @@ -299,6 +300,7 @@ impl Service { path: req.path, show: req.show, can_use: req.can_use, + memo: req.memo, expires_at: req.expires_at, };