version up

This commit is contained in:
병준 박 2022-08-29 04:18:11 +00:00
parent 430c0bc94a
commit fbb13adaa9
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ nats = { version = "0" }
prost = { version = "0" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
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,