aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build-stable.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-29 17:23:48 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-29 17:26:33 +0100
commitc6989dfbca51787146f50270c671af9db434f577 (patch)
tree5974a8ec41c108d5208e4f68027b918d424a2046 /.github/ci/build-stable.sh
parent384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff)
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to '.github/ci/build-stable.sh')
-rwxr-xr-x.github/ci/build-stable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-stable.sh b/.github/ci/build-stable.sh
index ffaebeb35..9160a2be2 100755
--- a/.github/ci/build-stable.sh
+++ b/.github/ci/build-stable.sh
@@ -21,7 +21,7 @@ fi
21hashtime restore /ci/cache/filetime.json || true 21hashtime restore /ci/cache/filetime.json || true
22hashtime save /ci/cache/filetime.json 22hashtime save /ci/cache/filetime.json
23 23
24sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml 24sed -i 's/channel.*/channel = "beta"/g' rust-toolchain.toml
25 25
26./ci_stable.sh 26./ci_stable.sh
27 27