version up
This commit is contained in:
parent
e58b5c15d2
commit
ad4a688759
|
@ -19,7 +19,7 @@ prost = { version = "0" }
|
||||||
nats = { version = "0" }
|
nats = { version = "0" }
|
||||||
base64 = { version = "0" }
|
base64 = { version = "0" }
|
||||||
|
|
||||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.79-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.65-snapshot" }
|
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.67-snapshot" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -89,7 +89,7 @@ impl Service {
|
||||||
sorts: req.sorts,
|
sorts: req.sorts,
|
||||||
search: match req.search {
|
search: match req.search {
|
||||||
Some(s) => Some(bpr::ss::api::game::list_games_request::request::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,
|
key_like: s.key_like,
|
||||||
category_like: s.category_like,
|
category_like: s.category_like,
|
||||||
platform_like: s.platform_like,
|
platform_like: s.platform_like,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user