test-context/rust-toolchain.toml
Víctor Martínez ef4bdb28a9
fix: Regression in version 0.5.0 (#55)
An attempt to fix the issue defined in https://github.com/JasterV/test-context/issues/53 & some refactors
2025-11-04 17:27:53 +01:00

3 lines
93 B
TOML

[toolchain]
channel = "1.91"
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]