4.8.0

rust-lang/rustlings4.8.0Jul 1, 2022by manyinsects

AI Summary

Adds a progress indicator, introduces a new LSP command, and includes other improvements.

Key Highlights

  • Adds a progress indicator
  • Adds a new `rustlings lsp` command

New Features

  • Progress indicator
  • LSP support command

Full Release Notes

Adds a progress indicator, a new `rustlings lsp` command, and more! For detailed information, check the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#480-2022-07-01).

To upgrade:

```sh
git fetch
git checkout tags/4.8.0
```