Skip to content

Commit 73dd06e

Browse files
committed
doc(contrib): remove rls in release process
1 parent ba6217e commit 73dd06e

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)