Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 980dd403d6 | |||
|
bbf53e2b30 |
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ name = "mobile_lib"
|
|||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "4af26a3f7f8b692d62cca549bbacd93f5ce90b41", features = [] }
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "09b6dc5db02f8f0398e1ae9cc9729057093499f7", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri-plugin-opener = "2"
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ impl RelayTargetDto {
|
|||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct SealedRelayRequest {
|
||||
pub struct SealedRelayRequest {
|
||||
type_name: String,
|
||||
data: Value,
|
||||
next_hop: RelayTargetDto,
|
||||
|
|
|
|||
Loading…
Reference in a new issue