1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-14 22:15:54 +02:00

Mention backwards compatibility (#1068)

This should allow us to keep the version numbers unchanged for a
while.

Fixes #333.
This commit is contained in:
Martin Geisler 2023-08-13 15:25:25 +02:00 committed by GitHub
parent cd5705674a
commit 7e08c7b157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ rustc 1.69.0 (84c898d65 2023-04-16)
cargo 1.69.0 (6e9a83356 2023-04-12)
```
You can use any later version too since Rust maintains backwards compatibility.
With this in place, follow these steps to build a Rust binary from one
of the examples in this training: