We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab9c4f commit ac94f45Copy full SHA for ac94f45
docs/content/quickstart.md
@@ -195,6 +195,9 @@ Successfully ran the build command for the Spin components.
195
>
196
> For more details, see the [page about developing Spin applications](./developing.md).
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
+This quickstart is known to work with Rust version 1.64.
200
+
201
## Running the application with `spin up`
202
203
Now that we configured the application and built our component, we can _spin up_
0 commit comments