Files
codeql/ql/rust-toolchain.toml
2023-01-16 15:36:55 +01:00

8 lines
221 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.54"
profile = "minimal"
components = [ "rustfmt" ]