version up

This commit is contained in:
병준 박 2022-08-08 07:18:53 +00:00
parent a7f657a1ec
commit 3b4a42c052
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.24-snapshot" }
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.4-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.5-snapshot" }
[build-dependencies]

View File

@ -443,7 +443,7 @@ impl Service {
bpr::c2se::backend::identity::SigninResponse {
error: None,
result: Some(bpr::c2se::backend::identity::signin_response::Result {
session_id: r.session_id,
access_token: r.access_token,
}),
}
.encode_to_vec(),