26 lines
649 B
Diff
26 lines
649 B
Diff
![]() |
From 2710f3c8ae142abe1720b3476cd1ca60cee0c077 Mon Sep 17 00:00:00 2001
|
||
|
From: David Craven <david@craven.ch>
|
||
|
Date: Wed, 1 Jun 2016 00:12:35 +0200
|
||
|
Subject: [PATCH] Patch stage0.txt to use rustc 1.9.0
|
||
|
|
||
|
---
|
||
|
src/stage0.txt | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/src/stage0.txt b/src/stage0.txt
|
||
|
index 58b7f8f..3c84cab 100644
|
||
|
--- a/src/stage0.txt
|
||
|
+++ b/src/stage0.txt
|
||
|
@@ -12,6 +12,6 @@
|
||
|
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
|
||
|
# released on `$date`
|
||
|
|
||
|
-rustc: beta-2016-04-13
|
||
|
-rustc_key: c2743eb4
|
||
|
+rustc: 1.9.0-2016-05-24
|
||
|
+rustc_key: d16b8f0e
|
||
|
cargo: nightly-2016-04-10
|
||
|
--
|
||
|
2.8.3
|
||
|
|