Files
codeql/shared/tree-sitter-extractor/rust-toolchain.toml
2023-05-05 06:36:55 +00:00

7 lines
234 B
TOML

# This file specifies the Rust version used to develop and test the shared
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.68"
profile = "minimal"
components = [ "clippy", "rustfmt" ]