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"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "ad0b98a2329e369364e81e6315824255cbd681f7", features = [] }
|
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "09b6dc5db02f8f0398e1ae9cc9729057093499f7", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri-plugin-opener = "2"
|
tauri-plugin-opener = "2"
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ impl RelayTargetDto {
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
struct SealedRelayRequest {
|
pub struct SealedRelayRequest {
|
||||||
type_name: String,
|
type_name: String,
|
||||||
data: Value,
|
data: Value,
|
||||||
next_hop: RelayTargetDto,
|
next_hop: RelayTargetDto,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue