mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
211 B
TOML
8 lines
211 B
TOML
# This file specifies the Rust version used to test the rust extractor.
|
|
# IMPORTANT: this can also have an impact on QL test results
|
|
|
|
[toolchain]
|
|
channel = "1.90"
|
|
profile = "minimal"
|
|
components = [ "rust-src" ]
|