We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23ad061 + 001f998 commit 7b493e4Copy full SHA for 7b493e4
src/rust-2018/rustup-for-managing-rust-versions.md
@@ -72,6 +72,11 @@ If you run this inside of a project:
72
$ rustup override set nightly
73
```
74
75
+Or, if you'd like to target a different version of Rust:
76
+```console
77
+$ rustup override set 1.30.0
78
+```
79
+
80
Then when you're in that directory, any invocations of `rustc` or `cargo`
81
will use that toolchain. To share this with others, you can create a
82
`rust-toolchain` file with the contents of a toolchain, and check it into
@@ -209,4 +214,4 @@ $ rustup component add llvm-tools-preview
209
214
210
215
211
216
This is the newest component, and so doesn't have good documentation at the
212
-moment.
217
+moment.
0 commit comments