rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
256 stars 25 forks source link

Respect Cargo.lock file for sysroot build #75

Closed phil-opp closed 4 years ago

phil-opp commented 4 years ago

Ensures that the original versions of crates.io dependencies such as compiler_builtins are used for older nightlies.

Fixes #74

phil-opp commented 4 years ago

Published together with #73 as v0.5.32.