summaryrefslogtreecommitdiffstats
path: root/tests-integration/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests-integration/Cargo.toml')
-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"] }