Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crapStone committed Jul 19, 2021
1 parent 8254b68 commit e2991d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/cabr2_load_save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.126", features = ["derive"] }
serde_json = { version = "1.0.64", optional = true }
tauri = { version = "1.0.0-beta.4", default-features = false, optional = true }
thiserror = "1.0.26"
tokio = { version = "1.8.1", features = ["fs"] }
tokio = { version = "1.8.1", features = ["fs", "rt-multi-thread", "sync"] }
wkhtmltopdf = { version = "0.4.0", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/cabr2_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.64"
structopt = { version = "0.3.22", optional = true }
tauri = { version = "1.0.0-beta.4", default-features = false, optional = true }
thiserror = "1.0.26"
tokio = "1.8.1"
tokio = { version = "1.8.1", features = ["sync"] }
ureq = { version = "2.1.0", features = ["tls", "json"], optional = true }

[features]
Expand Down

0 comments on commit e2991d4

Please sign in to comment.