Skip to content

Commit a1fb973

Browse files
authored
Clarify rust version vs cargo command
question: is version 1.56 still recent enough? Is there a reason for picking that version? Signed-off-by: Neal McBurnett <nealmcb@gmail.com>
1 parent ac94f45 commit a1fb973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/rust-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ be used when implementing the component.
281281
Sometimes things can go wrong, especially such early projects. If you bump into
282282
issues building and running your Rust component:
283283

284-
- ensure `cargo` is present in your path — we recommend
285-
[Rust](https://www.rust-lang.org/) at [1.56+](https://www.rust-lang.org/tools/install)
284+
- ensure `cargo` is present in your path
285+
- ensure your [Rust](https://www.rust-lang.org/) version is recent, at [1.56+](https://www.rust-lang.org/tools/install)
286286
- ensure `wasm32-wasi` target is configured for your Rust installation —
287287
you can add it by running `rustup target add wasm32-wasi`
288288
- build a `release` version of the component — all Spin application definitions

0 commit comments

Comments
 (0)