Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous version (0.5.2), in combination with the latest Rust nightly, fails to build the sysroot with the following error: ``` ---- compile_test stdout ---- thread 'compile_test' panicked at tests/tests.rs:130:10: failed to build sysroot: failed to copy lockfile from sysroot source ``` This error is related to rust-lang/rust#128534, which moved the standard library to a separate workspace, therefore moving `Cargo.lock` as well. RalfJung/rustc-build-sysroot#22 honors the new location. That change was released in 0.5.3.
- Loading branch information