mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-29 10:22:05 +02:00
Update rustc and cargo version information in running-locally.md (#658)
Also improves verbiage of a sentence, from "With this is in place, then follow..." to "With this in place, follow..."
This commit is contained in:
parent
584e3ecd7d
commit
33f81d0610
@ -7,12 +7,12 @@ writing, the latest stable Rust release has these version numbers:
|
||||
|
||||
```shell
|
||||
% rustc --version
|
||||
rustc 1.61.0 (fe5b13d68 2022-05-18)
|
||||
rustc 1.69.0 (84c898d65 2023-04-16)
|
||||
% cargo --version
|
||||
cargo 1.61.0 (a028ae4 2022-04-29)
|
||||
cargo 1.69.0 (6e9a83356 2023-04-12)
|
||||
```
|
||||
|
||||
With this is in place, then follow these steps to build a Rust binary from one
|
||||
With this in place, follow these steps to build a Rust binary from one
|
||||
of the examples in this training:
|
||||
|
||||
1. Click the "Copy to clipboard" button on the example you want to copy.
|
||||
|
Loading…
Reference in New Issue
Block a user