We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469ce5 commit 231b789Copy full SHA for 231b789
1 file changed
content/install-guides/rust.md
@@ -131,7 +131,7 @@ cargo version
131
This command will print the version:
132
133
```output
134
-cargo 1.74.1 (ecb9851af 2023-10-18)
+cargo 1.93.0 (083ac5135 2025-12-15)
135
```
136
137
You are ready to use the Rust programming language on your Arm Linux machine.
@@ -149,8 +149,7 @@ cargo run
149
The `cargo run` command outputs:
150
151
152
- Compiling hello v0.1.0 (/hello)
153
- Finished dev [unoptimized + debuginfo] target(s) in 0.44s
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
154
Running `target/debug/hello`
155
Hello, world!
156
0 commit comments