doc(contrib): remove rls in release process

This commit is contained in:
Weihang Lo 2023-01-20 15:13:50 +00:00
parent ba6217e40f
commit 73dd06ef0e
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -47,7 +47,6 @@ subup --up-branch update-cargo \
--test="src/tools/linkchecker tidy \
src/tools/cargo \
src/tools/rustfmt \
src/tools/rls" \
src/tools/cargo
```
@ -61,8 +60,7 @@ subup --up-branch update-beta-cargo \
--test="src/tools/linkchecker tidy \
src/tools/cargo \
src/tools/rustfmt \
src/tools/rls" \
rust-1.63.0:src/tools/cargo
rust-1.66.0:src/tools/cargo
```
[@ehuss]: https://github.com/ehuss/