We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed553ee commit d2c5ce3Copy full SHA for d2c5ce3
Cargo.toml
@@ -12,7 +12,7 @@ license = "Apache-2.0"
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies]
15
-tokio = { version = "1.5.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
+tokio = { version = "~1", features = ["macros", "rt-multi-thread", "sync", "time"] }
16
futures = "0.3.14"
17
thiserror = "1.0"
18
0 commit comments