version up

This commit is contained in:
병준 박 2022-08-29 04:16:53 +00:00
parent e58b5c15d2
commit ad4a688759
2 changed files with 3 additions and 3 deletions

View File

@ -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.79-snapshot" }
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.65-snapshot" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.81-snapshot" }
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.67-snapshot" }
[build-dependencies]

View File

@ -89,7 +89,7 @@ impl Service {
sorts: req.sorts,
search: match req.search {
Some(s) => Some(bpr::ss::api::game::list_games_request::request::Search {
vendor_id: s.vendor_id,
parent_id: s.parent_id,
key_like: s.key_like,
category_like: s.category_like,
platform_like: s.platform_like,