version up
This commit is contained in:
parent
a7f657a1ec
commit
3b4a42c052
|
@ -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.24-snapshot" }
|
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.25-snapshot" }
|
||||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.4-snapshot" }
|
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.5-snapshot" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -443,7 +443,7 @@ impl Service {
|
||||||
bpr::c2se::backend::identity::SigninResponse {
|
bpr::c2se::backend::identity::SigninResponse {
|
||||||
error: None,
|
error: None,
|
||||||
result: Some(bpr::c2se::backend::identity::signin_response::Result {
|
result: Some(bpr::c2se::backend::identity::signin_response::Result {
|
||||||
session_id: r.session_id,
|
access_token: r.access_token,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
.encode_to_vec(),
|
.encode_to_vec(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user