diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-08-22 05:50:46 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-11-22 12:10:04 +0200 |
| commit | 7c166f54b201dbefe27d4ab61dfdf640ac3a2722 (patch) | |
| tree | 1c56c10b89db3df94aaccef92f0d50755d4a8d39 /src/bootstrap/bootstrap.py | |
| parent | 6612100de547446f20aa51f5887a8b769078b0fe (diff) | |
| download | rust-7c166f54b201dbefe27d4ab61dfdf640ac3a2722.tar.gz rust-7c166f54b201dbefe27d4ab61dfdf640ac3a2722.zip | |
Move Cargo.{toml,lock} to the repository root directory.
Diffstat (limited to 'src/bootstrap/bootstrap.py')
| -rw-r--r-- | src/bootstrap/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index cd48e6aa4c4..d143dffb24b 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -801,7 +801,7 @@ def bootstrap(help_triggered): registry = 'https://example.com' [source.vendored-sources] - directory = '{}/src/vendor' + directory = '{}/vendor' """.format(build.rust_root)) else: if os.path.exists('.cargo'): |
