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.
195
195
>
196
196
> For more details, see the [ page about developing Spin applications] ( ./developing.md ) .
197
197
198
+ If you run into errors, you might want to use ` rustup check ` to see if your Rust installation is up-to-date.
199
+
198
200
## Running the application with ` spin up `
199
201
200
202
Now 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.
281
281
Sometimes things can go wrong, especially such early projects. If you bump into
282
282
issues building and running your Rust component:
283
283
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 `
286
286
- ensure ` wasm32-wasi ` target is configured for your Rust installation —
287
287
you can add it by running ` rustup target add wasm32-wasi `
288
288
- build a ` release ` version of the component — all Spin application definitions
You can’t perform that action at this time.
0 commit comments