]> git.lizzy.rs Git - rust.git/commitdiff
[beta] Prepare 1.28.0 beta release
authorMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 20 Jun 2018 13:48:06 +0000 (07:48 -0600)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 20 Jun 2018 13:48:06 +0000 (07:48 -0600)
src/ci/run.sh
src/stage0.txt

index 5b1fb676187b1bb3e90dcb41921e42cc348bf23f..44db6b92c95d9fa812bfc9b953fcdd429fc73988 100755 (executable)
@@ -46,7 +46,7 @@ fi
 #
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
-export RUST_RELEASE_CHANNEL=nightly
+export RUST_RELEASE_CHANNEL=beta
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
index 435cfd2f6db4eb4752d593e27c108cf759b1b4d8..c694667715fad4810afd07c1f8f57a5fc8c60686 100644 (file)
@@ -12,9 +12,9 @@
 # source tarball for a stable release you'll likely see `1.x.0` for rustc and
 # `0.x.0` for Cargo where they were released on `date`.
 
-date: 2018-05-10
-rustc: beta
-cargo: beta
+date: 2018-06-20
+rustc: 1.27.0
+cargo: 0.28.0
 
 # When making a stable release the process currently looks like:
 #
@@ -34,4 +34,4 @@ cargo: beta
 # looking at a beta source tarball and it's uncommented we'll shortly comment it
 # out.
 
-#dev: 1
+dev: 1