File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,15 +202,15 @@ changelog-seen = 2
202
202
# You can use "$ROOT" to indicate the root of the git repository.
203
203
#build-dir = "build"
204
204
205
- # Instead of downloading the src/stage0.txt version of Cargo specified, use
205
+ # Instead of downloading the src/stage0.json version of Cargo specified, use
206
206
# this Cargo binary instead to build all Rust code
207
207
#cargo = "/path/to/cargo"
208
208
209
- # Instead of downloading the src/stage0.txt version of the compiler
209
+ # Instead of downloading the src/stage0.json version of the compiler
210
210
# specified, use this rustc binary instead as the stage0 snapshot compiler.
211
211
#rustc = "/path/to/rustc"
212
212
213
- # Instead of download the src/stage0.txt version of rustfmt specified,
213
+ # Instead of download the src/stage0.json version of rustfmt specified,
214
214
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
215
215
#rustfmt = "/path/to/rustfmt"
216
216
You can’t perform that action at this time.
0 commit comments