Skip to content

Commit 386e61d

Browse files
committed
Updated to tokio v1.0
1 parent ecbe049 commit 386e61d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ features = [
5959
]
6060

6161
[dependencies.tokio]
62-
version = "0.3"
62+
version = "1.0"
6363
default-features = false
6464
features = [
6565
"process",
6666
"io-std",
6767
"io-util",
6868
"rt-multi-thread",
6969
"sync",
70-
"stream",
7170
"time",
7271
"macros",
7372
]

0 commit comments

Comments
 (0)