mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
7 lines
220 B
TOML
7 lines
220 B
TOML
# This file specifies the Rust version used to develop and test the QL
|
|
# extractor. It is set to the lowest version of Rust we want to support.
|
|
|
|
[toolchain]
|
|
channel = "1.74"
|
|
profile = "minimal"
|
|
components = [ "rustfmt" ] |