Skip to content

Commit 22092d9

Browse files
Merge pull request #2828 from jasonrandrews/review2
Update rust install guide
2 parents 1469ce5 + 231b789 commit 22092d9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/install-guides/rust.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ cargo version
131131
This command will print the version:
132132

133133
```output
134-
cargo 1.74.1 (ecb9851af 2023-10-18)
134+
cargo 1.93.0 (083ac5135 2025-12-15)
135135
```
136136

137137
You are ready to use the Rust programming language on your Arm Linux machine.
@@ -149,8 +149,7 @@ cargo run
149149
The `cargo run` command outputs:
150150

151151
```output
152-
Compiling hello v0.1.0 (/hello)
153-
Finished dev [unoptimized + debuginfo] target(s) in 0.44s
152+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
154153
Running `target/debug/hello`
155154
Hello, world!
156155
```

0 commit comments

Comments
 (0)