Files
codeql/rust-toolchain.toml
2025-07-10 15:08:14 -07:00

9 lines
247 B
TOML

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