Files
anki/rust-toolchain.toml
llama 054ce44868 chore: bump rust toolchain to 1.97.1 (#5316)
## Linked issue (required)

Closes #5308 

### Checklist (minimum)

- [x] I ran `./ninja check` or an equivalent relevant check locally.
- [ ] I added or updated tests when the change is non-trivial or
behavior changed.

## Scope

- [x] This PR is focused on one change (no unrelated edits).

---------

Co-authored-by: Abdo <abdo@abdnh.net>
2026-08-11 14:06:50 +03:00

5 lines
141 B
TOML

[toolchain]
# older versions may fail to compile; newer versions may fail the clippy tests
channel = "1.97.1"
components = ["rust-analyzer"]