We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0901fe commit 15281c6Copy full SHA for 15281c6
src/02_execution/04_executor.md
@@ -27,7 +27,7 @@ authors = ["XYZ Author"]
27
edition = "2018"
28
29
[dependencies]
30
-futures-preview = "=0.3.0-alpha.17"
+futures = "0.3"
31
```
32
33
Next, we need the following imports at the top of `src/main.rs`:
0 commit comments