Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 9 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /