rustCargoPlatform: run on stable Rust
Use stable Rust now that Cargo builds on stable Rust.
This commit is contained in:
parent
bf492548a2
commit
cf2f3f60ca
@ -4661,7 +4661,7 @@ let
|
||||
rustUnstable = recurseIntoAttrs (makeRustPlatform rustcMaster cargo rustUnstable);
|
||||
|
||||
# rust platform to build cargo itself (with cargoSnapshot)
|
||||
rustCargoPlatform = makeRustPlatform rustcMaster cargoSnapshot rustCargoPlatform;
|
||||
rustCargoPlatform = makeRustPlatform rustc cargoSnapshot rustCargoPlatform;
|
||||
|
||||
makeRustPlatform = rustc: cargo: self:
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user