Files
codeql/rust/ql/test/rust-toolchain.toml
2025-10-07 11:32:20 +02:00

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" ]