Skip to content

Commit ebf2811

Browse files
tommyjk21Kevingislasonbhgomes
authored
Fix window hang (#131)
* Fix window hang issue * remove unused import; add comment * fix: remove extraneous tokio dependency Co-authored-by: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com> Co-authored-by: Kevin Gislason <kevingislason@gmail.com> Co-authored-by: Brandon H. Gomes <bhgomes@pm.me>
1 parent 5f72183 commit ebf2811

File tree

6 files changed

+1229
-1124
lines changed

6 files changed

+1229
-1124
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ pub mod service;
2929
#[doc(inline)]
3030
pub use manta_util::serde;
3131

32+
#[doc(inline)]
33+
pub use tokio;
34+
3235
/// Manta Signer Server Version
3336
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.7.2",
44
"private": true,
55
"dependencies": {
6-
"@tauri-apps/api": "^1.0.0-rc.1",
7-
"@tauri-apps/cli": "1.0.0-rc.10",
8-
"@tauri-apps/tauricon": "^1.0.2",
6+
"@tauri-apps/api": "1.0.1",
7+
"@tauri-apps/cli": "1.0.2",
8+
"@tauri-apps/tauricon": "1.0.2",
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",
1111
"semantic-ui-css": "^2.4.1",

0 commit comments

Comments
 (0)