Skip to content

Commit d2c5ce3

Browse files
committed
tokio := >=1.0.0, < 2.0.0
1 parent ed553ee commit d2c5ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache-2.0"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
tokio = { version = "1.5.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
15+
tokio = { version = "~1", features = ["macros", "rt-multi-thread", "sync", "time"] }
1616
futures = "0.3.14"
1717
thiserror = "1.0"
1818

0 commit comments

Comments
 (0)