Skip to content

Commit

Permalink
update tokio => 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lishuo committed Jan 6, 2021
1 parent fb7f5fa commit ac8a811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ edition = "2018"

[dependencies]
async-trait = { version = "0.1", optional = true }
tokio = { version = "0.3", features = ["io-util"], optional = true }
tokio = { version = "1.0", features = ["io-util"], optional = true }
futures-util = { version = "0.3", optional = true, features = ["io"] }

[dev-dependencies]
tokio = { version = "0.3", features = ["fs", "rt-multi-thread", "macros"] }
tokio = { version = "1.0", features = ["fs", "rt-multi-thread", "macros"] }
bencher = "~0.1"

[[example]]
Expand Down

0 comments on commit ac8a811

Please sign in to comment.