Files
codeql/python/extractor/tsg-python/rust-toolchain.toml
2025-02-17 15:52:45 +01:00

8 lines
225 B
TOML

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