Skip to content

Commit 2050a3b

Browse files
fix(upload): change tokio version to 1 instead of * (#1793)
1 parent c078f57 commit 2050a3b

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)