Skip to content

Commit

Permalink
No more tokio 0.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 17, 2020
1 parent fc94bf3 commit 22d76cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions noria-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ mio = "0.6.9"
tokio = { version = "0.2.0", features = ["full"] }
tokio-test = "0.2.0"
# ec2
rusoto_core = { optional = true, version = "0.42" }
rusoto_sts = { optional = true, version = "0.42" }
tsunami = { optional = true, version = "0.10" }
rusoto_core = { optional = true, version = "=0.43.0-beta.1" }
rusoto_sts = { optional = true, version = "=0.43.0-beta.1" }
tsunami = { optional = true, version = "=0.11.0-beta.1" }
timeout-readwrite = "0.3"
ctrlc = "3.1"
failure = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions noria-benchmarks/lobsters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ctrlc = { version = "3.1", optional = true }
ssh2 = { version = "0.7", optional = true }
shellwords = { version = "1", optional = true }
failure = { version = "0.1.1", optional = true }
rusoto_core = { optional = true, version = "0.42" }
rusoto_sts = { optional = true, version = "0.42" }
tsunami = { optional = true, version = "0.10" }
rusoto_core = { optional = true, version = "=0.43.0-beta.1" }
rusoto_sts = { optional = true, version = "=0.43.0-beta.1" }
tsunami = { optional = true, version = "=0.11.0-beta.1" }

[[bin]]
name = "lobsters"
Expand Down

0 comments on commit 22d76cd

Please sign in to comment.