Skip to content

Commit

Permalink
Updated to tokio v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjay committed Dec 26, 2020
1 parent ec4c2ec commit 1a41c3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ features = [
]

[dependencies.tokio]
version = "0.3"
version = "1.0"
default-features = false
features = [
"process",
"io-std",
"io-util",
"rt-multi-thread",
"sync",
"stream",
"time",
"macros",
]
Expand Down

0 comments on commit 1a41c3e

Please sign in to comment.