mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
9 lines
306 B
TOML
9 lines
306 B
TOML
# This file specifies the Rust version used to develop and test the rust
|
|
# extractor. It is set to the lowest version of Rust we want to support.
|
|
# IMPORTANT: this can also have an impact on QL test results
|
|
|
|
[toolchain]
|
|
channel = "1.86"
|
|
profile = "minimal"
|
|
components = [ "clippy", "rustfmt", "rust-src" ]
|