Skip to content

Commit

Permalink
Change version of tokio to '1'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Feb 10, 2021
1 parent d4c3032 commit 5344bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3"
mio = "0.7"
libc = "0.2"
thiserror = "1.0"
tokio = { version = "1.1", features = ["net"] }
tokio = { version = "1", features = ["net"] }

[dev-dependencies]
futures-timer = "3.0"
Expand Down

0 comments on commit 5344bef

Please sign in to comment.