Upgrade to tauri rc1.0.0-rc.14

This commit is contained in:
Mark Sinclair
2022-06-13 16:17:28 +01:00
parent 81bbb61dac
commit 980a71b414
4 changed files with 316 additions and 830 deletions
+1
View File
@@ -30,6 +30,7 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
- wallet: contract admin route put back
- wallet: staking_supply field to StateParams
- wallet: show transaction hash for redeeming or compounding rewards
- wallet: upgrade `tauri` to `1.0.0-rc.14`
- network-statistics: a new mixnet service that aggregates and exposes anonymized data about mixnet services ([#1328])
### Fixed
+2 -5
View File
@@ -13,10 +13,7 @@ rust-version = "1.58"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "=1.0.0-rc.7", features = [] }
tauri-codegen = "=1.0.0-rc.5"
tauri-macros = "=1.0.0-rc.5"
tauri-build = { version = "=1.0.0-rc.12", features = [] }
[dependencies]
@@ -28,7 +25,7 @@ once_cell = "1.12"
rand = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "=1.0.0-rc.8", features = ["ayatana-tray", "shell-open", "system-tray"] }
tauri = { version = "=1.0.0-rc.14", features = ["ayatana-tray", "shell-open", "system-tray"] }
tendermint-rpc = "0.23.0"
thiserror = "1.0"
tokio = { version = "1.19.1", features = ["sync"] }
+311 -820
View File
File diff suppressed because it is too large Load Diff
+2 -5
View File
@@ -13,10 +13,7 @@ rust-version = "1.58"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "=1.0.0-rc.2", features = [] }
tauri-codegen = "=1.0.0-rc.1"
tauri-macros = "=1.0.0-rc.1"
tauri-build = { version = "=1.0.0-rc.12", features = [] }
[dependencies]
bip39 = "1.0"
@@ -35,7 +32,7 @@ reqwest = "0.11.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.23", features = ["derive"] }
tauri = { version = "=1.0.0-rc.2", features = ["clipboard-all", "shell-open", "updater", "window-maximize"] }
tauri = { version = "=1.0.0-rc.14", features = ["clipboard-all", "shell-open", "updater", "window-maximize"] }
tendermint-rpc = "0.23.0"
thiserror = "1.0"
tokio = { version = "1.10", features = ["sync", "time"] }