version up
This commit is contained in:
parent
430c0bc94a
commit
fbb13adaa9
|
@ -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]
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user