From 34b57baca6a3f12f5019e6dd2a67aa1f573ab477 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 16 Dec 2016 20:39:05 +0000 Subject: [PATCH] Update release instructions --- ci/sync-dist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/sync-dist.py b/ci/sync-dist.py index 067bba2c21..60ea7ed9ac 100644 --- a/ci/sync-dist.py +++ b/ci/sync-dist.py @@ -13,6 +13,8 @@ # * Update dev release number # python sync-dist.py update-dev-release 0.2.0 # +# Test here with `RUSTUP_UPDATE_ROOT=https://dev-static.rust-lang.org/rustup rustup self update` +# # * Sync local bins to prod archives # python sync-dist.py local-to-prod-archives 0.2.0 #