summary refs log tree commit diff
diff options
context:
space:
mode:
m---------cargo0
-rwxr-xr-xsrc/ci/run.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/cargo b/cargo
-Subproject d8d0940a97a83ed2e4eb340cafea4ed7f601f15
+Subproject fe7b0cdcf5ca7aab81630706ce40b70f6aa2e66
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 1cd173628dd..228880f6600 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -41,7 +41,7 @@ fi
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
-  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
+  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
 
   if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then