5.5.1

rust-lang/rustlings5.5.1May 17, 2023by manyinsects

AI Summary

A patch release resolving issues related to the usage of rust-analyzer on Windows systems.

Key Highlights

  • Fixed rust-analyzer usage on Windows
  • Upstream fix applied
  • Patch release

Full Release Notes

Patch release to fix `rust-analyzer` usage on Windows (we circumvented it but upstream fixed the root issue).

To upgrade:

```
git fetch
git checkout tags/5.5.1
```