Files
codeql/ruby/extractor/rust-toolchain.toml
2023-03-16 11:54:47 +13:00

8 lines
223 B
TOML

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