Skip to content

Commit 7a1bb04

Browse files
authored
recommend rustup check vs specific version
Signed-off-by: Neal McBurnett <nealmcb@gmail.com>
1 parent 6917843 commit 7a1bb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/rust-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Sometimes things can go wrong, especially such early projects. If you bump into
282282
issues building and running your Rust component:
283283

284284
- 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)
285+
- ensure your [Rust](https://www.rust-lang.org/) version is recent, via `rustup check`
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)