Skip to content

Commit 6f4bea0

Browse files
committed
Update version requirements in the tutorial
1 parent f611cec commit 6f4bea0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/src/tutorial/specification.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,10 @@ $ cargo new a-chat
3838
$ cd a-chat
3939
```
4040

41-
At the moment `async-std` requires Rust nightly, so let's add a rustup override for convenience:
42-
43-
```bash
44-
$ rustup override add nightly
45-
$ rustc --version
46-
rustc 1.38.0-nightly (c4715198b 2019-08-05)
47-
```
48-
4941
Add the following lines to `Cargo.toml`:
5042

5143
```toml
5244
[dependencies]
5345
futures = "0.3.0"
54-
async-std = "1.0.0"
46+
async-std = "1"
5547
```

0 commit comments

Comments
 (0)