Skip to content

Commit

Permalink
config.toml.example: nightlies.txt got removed
Browse files Browse the repository at this point in the history
Instead, stage0.txt got introduced.

See also commit 02538d4
  • Loading branch information
est31 committed Mar 20, 2017
1 parent 244f893 commit aa83d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
# for each target triple.
#target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple

# Instead of downloading the src/nightlies.txt version of Cargo specified, use
# Instead of downloading the src/stage0.txt version of Cargo specified, use
# this Cargo binary instead to build all Rust code
#cargo = "/path/to/bin/cargo"

# Instead of downloading the src/nightlies.txt version of the compiler
# Instead of downloading the src/stage0.txt version of the compiler
# specified, use this rustc binary instead as the stage0 snapshot compiler.
#rustc = "/path/to/bin/rustc"

Expand Down

0 comments on commit aa83d71

Please sign in to comment.