Skip to content

Commit

Permalink
upgrade: tokio 0.2 in deno_core_http_bench, take2 (denoland#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Dec 15, 2019
1 parent 33d2e3d commit e1eb458
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 107 deletions.
85 changes: 66 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ path = "examples/http_bench.rs"

# tokio is only used for deno_core_http_bench
[dev_dependencies]
tokio = "0.1.18"
tokio = { version = "0.2", features = ["full"] }
num_cpus = "1.11.1"
Loading

0 comments on commit e1eb458

Please sign in to comment.