1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-10-09 10:55:26 +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

View File

@@ -12,6 +12,8 @@ rustc 1.69.0 (84c898d65 2023-04-16)
cargo 1.69.0 (6e9a83356 2023-04-12) 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 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: