aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-10-06 17:04:21 +0200
committerMs2ger <ms2ger@gmail.com>2014-10-06 17:05:06 +0200
commite4eaf88179dcacab22c69bd1d1a7a4350d0d2c8b (patch)
tree34a1480a6c05716ad88ae0bc2268bf91c9320a54 /python/servo/bootstrap_commands.py
parentd23e45fe5db54994f4f3569f8bda1ec5a6121610 (diff)
downloadservo-e4eaf88179dcacab22c69bd1d1a7a4350d0d2c8b.tar.gz
servo-e4eaf88179dcacab22c69bd1d1a7a4350d0d2c8b.zip
Pin Cargo to the 2014-10-02 nightly.
Relevant to #3580.
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r--python/servo/bootstrap_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index cca52b7f1f4..c225b77a318 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -107,7 +107,7 @@ class MachCommands(CommandBase):
os.mkdir(cargo_dir)
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
- nightly_url = "http://static.rust-lang.org/cargo-dist/%s" % tgz_file
+ nightly_url = "https://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
download("Cargo nightly", nightly_url, tgz_file)