File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ fn main() {
372
372
```
373
373
- Like with ` cargo install ` , ` .cargo/config.toml ` will be read based on the
374
374
scripts location rather than the current-dir.
375
- - And like ` cargo install ` , the current-dir rustup -toolchain is respected
375
+ - And like ` cargo install ` , the current-dir ` rust -toolchain.toml ` is respected
376
376
- ` --release ` is not passed in because the primary use case is for exploratory
377
377
programming, so the emphasis will be on build-time performance and debugging,
378
378
rather than runtime performance
@@ -940,7 +940,7 @@ See also [Single-file scripts that download their dependencies](https://dbohdan.
940
940
Note: we are assuming the following are ** not** future possibilities in this design
941
941
- Embedding build scripts
942
942
- Embedding ` .cargo/config.toml ` files
943
- - Embedding ` rustup -toolchain.toml` files
943
+ - Embedding ` rust -toolchain.toml` files
944
944
- Embedding other source files or additional packages
945
945
946
946
## Playground support
You can’t perform that action at this time.
0 commit comments