mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-07 18:16:15 +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
|
```shell
|
||||||
% rustc --version
|
% rustc --version
|
||||||
rustc 1.61.0 (fe5b13d68 2022-05-18)
|
rustc 1.69.0 (84c898d65 2023-04-16)
|
||||||
% cargo --version
|
% 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:
|
of the examples in this training:
|
||||||
|
|
||||||
1. Click the "Copy to clipboard" button on the example you want to copy.
|
1. Click the "Copy to clipboard" button on the example you want to copy.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user