site is changed
This commit is contained in:
parent
88c095fbf9
commit
2720923087
|
@ -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.28-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.11-snapshot" }
|
||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.29-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.12-snapshot" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -195,6 +195,7 @@ impl Service {
|
|||
path: req.path,
|
||||
show: req.show,
|
||||
can_use: req.can_use,
|
||||
memo: req.memo,
|
||||
expires_at: req.expires_at,
|
||||
};
|
||||
|
||||
|
@ -299,6 +300,7 @@ impl Service {
|
|||
path: req.path,
|
||||
show: req.show,
|
||||
can_use: req.can_use,
|
||||
memo: req.memo,
|
||||
expires_at: req.expires_at,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user