From 33f81d06107abc89ecc55d7b1ed3b1b20346da11 Mon Sep 17 00:00:00 2001 From: Jarrett <52679257+thoriumdesign@users.noreply.github.com> Date: Tue, 23 May 2023 02:43:57 -0700 Subject: [PATCH] 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..." --- src/cargo/running-locally.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cargo/running-locally.md b/src/cargo/running-locally.md index 4502e13e..ee168cb1 100644 --- a/src/cargo/running-locally.md +++ b/src/cargo/running-locally.md @@ -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.