mirror of
https://github.com/github/codeql.git
synced 2026-02-05 09:41:10 +01:00
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.
8 lines
221 B
TOML
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" ]
|