Skip to content

Commit ac94f45

Browse files
authored
For errors, gently suggest rustup check
Fixes #783 Signed-off-by: Neal McBurnett <nealmcb@gmail.com>
1 parent 5ab9c4f commit ac94f45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ 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+
This quickstart is known to work with Rust version 1.64.
200+
198201
## Running the application with `spin up`
199202

200203
Now that we configured the application and built our component, we can _spin up_

0 commit comments

Comments
 (0)