rustCargoPlatform: run on stable Rust

Use stable Rust now that Cargo builds on stable Rust.
This commit is contained in:
Robert Irelan
2015-07-09 21:14:55 -07:00
parent bf492548a2
commit cf2f3f60ca
+1 -1
View File
@@ -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