Skip to content

Commit c897e76

Browse files
Legend-MasterSir-Thom
authored andcommitted
fix(upload): change tokio version to 1 instead of * (tauri-apps#1793)
1 parent ec92996 commit c897e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/upload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ rustls-tls = ["reqwest/rustls-tls"]
3838

3939
[dev-dependencies]
4040
mockito = "1.5.0"
41-
tokio = { version = "*", features = ["macros"] }
41+
tokio = { version = "1", features = ["macros"] }

0 commit comments

Comments
 (0)