summaryrefslogtreecommitdiffstats
path: root/tests-integration
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-11-07 05:09:10 +0900
committerGitHub <noreply@github.com>2019-11-07 05:09:10 +0900
commit6f8b986bdb61843171ab90a1947349d5ac25576e (patch)
treeeca5ee41f20bedf90376da6002d435d04dd7e229 /tests-integration
parent1a7f6fb201c04e8bb02c6e59ddaabadceb8413c2 (diff)
chore: update futures to 0.3.0 (#1741)
Diffstat (limited to 'tests-integration')
-rw-r--r--tests-integration/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml
index 0dcc1e81..2a6af097 100644
--- a/tests-integration/Cargo.toml
+++ b/tests-integration/Cargo.toml
@@ -11,4 +11,4 @@ publish = false
tokio = { path = "../tokio" }
tokio-test = { path = "../tokio-test" }
-futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
+futures = { version = "0.3.0", features = ["async-await"] }