1
0
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:
Jarrett 2023-05-23 02:43:57 -07:00 committed by GitHub
parent 584e3ecd7d
commit 33f81d0610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.