diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:23:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:26:33 +0100 |
| commit | c6989dfbca51787146f50270c671af9db434f577 (patch) | |
| tree | 5974a8ec41c108d5208e4f68027b918d424a2046 /.github/ci/build-stable.sh | |
| parent | 384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (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.sh | 2 |
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 | |||
| 21 | hashtime restore /ci/cache/filetime.json || true | 21 | hashtime restore /ci/cache/filetime.json || true |
| 22 | hashtime save /ci/cache/filetime.json | 22 | hashtime save /ci/cache/filetime.json |
| 23 | 23 | ||
| 24 | sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml | 24 | sed -i 's/channel.*/channel = "beta"/g' rust-toolchain.toml |
| 25 | 25 | ||
| 26 | ./ci_stable.sh | 26 | ./ci_stable.sh |
| 27 | 27 | ||
