rustCargoPlatform: run on stable Rust

Use stable Rust now that Cargo builds on stable Rust.
This commit is contained in:
Robert Irelan 2015-07-06 23:14:38 -07:00
parent bf492548a2
commit cf2f3f60ca

View File

@ -4661,7 +4661,7 @@ let
rustUnstable = recurseIntoAttrs (makeRustPlatform rustcMaster cargo rustUnstable); rustUnstable = recurseIntoAttrs (makeRustPlatform rustcMaster cargo rustUnstable);
# rust platform to build cargo itself (with cargoSnapshot) # rust platform to build cargo itself (with cargoSnapshot)
rustCargoPlatform = makeRustPlatform rustcMaster cargoSnapshot rustCargoPlatform; rustCargoPlatform = makeRustPlatform rustc cargoSnapshot rustCargoPlatform;
makeRustPlatform = rustc: cargo: self: makeRustPlatform = rustc: cargo: self:
let let