Files
codeql/ql/rust-toolchain.toml
Taus 0e0ec89e60 QL: Add tool for extracting blame info
I had some trouble getting this to work with version 1.54 of the Rust
toolchain, so I had to bump it up to 1.59.
2023-02-17 13:20:06 +00: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.59"
profile = "minimal"
components = [ "rustfmt" ]