Skip to content

Commit 975817b

Browse files
committed
Auto merge of #11601 - weihanglo:remove-rls, r=ehuss
doc(contrib): remove rls in release process ### What does this PR try to resolve? Remove mentions of RLS from doc of release process. RLS is no longer required to test when bumping Cargo version in rust-lang/rust. See: - rust-lang/rust#100863 - https://blog.rust-lang.org/2022/07/01/RLS-deprecation.html
2 parents 985d561 + 73dd06e commit 975817b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/doc/contrib/src/process/release.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ subup --up-branch update-cargo \
4747
--test="src/tools/linkchecker tidy \
4848
src/tools/cargo \
4949
src/tools/rustfmt \
50-
src/tools/rls" \
5150
src/tools/cargo
5251
```
5352
@@ -61,8 +60,7 @@ subup --up-branch update-beta-cargo \
6160
--test="src/tools/linkchecker tidy \
6261
src/tools/cargo \
6362
src/tools/rustfmt \
64-
src/tools/rls" \
65-
rust-1.63.0:src/tools/cargo
63+
rust-1.66.0:src/tools/cargo
6664
```
6765
6866
[@ehuss]: https://github.com/ehuss/

0 commit comments

Comments
 (0)