File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ Successfully ran the build command for the Spin components.
195195>
196196> For more details, see the [ page about developing Spin applications] ( ./developing.md ) .
197197
198+ If you run into errors, you might want to use ` rustup check ` to see if your Rust installation is up-to-date.
199+
198200## Running the application with ` spin up `
199201
200202Now that we configured the application and built our component, we can _ spin up_
Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ be used when implementing the component.
281281Sometimes things can go wrong, especially such early projects. If you bump into
282282issues 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, via ` rustup check `
286286- ensure ` wasm32-wasi ` target is configured for your Rust installation —
287287you can add it by running ` rustup target add wasm32-wasi `
288288- build a ` release ` version of the component — all Spin application definitions
You can’t perform that action at this time.
0 commit comments