Commit 745557d
Specificy explict rust version
By default, rustup installs the "latest" stable version of the rust
toolchain. Instead, fix this to a specific version. This serves two
purposes:
- It becomes possible to map a docker image version to a specific
version of the rust toolchain that it contains.
- It makes upgrades explicit, especially when features of a specific
version are needed.
This sets the version to the current stable version: 1.86.
Signed-off-by: David Brown <david.brown@linaro.org>1 parent 7bf927d commit 745557d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments