mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Merge pull request #18881 from github/redsun82/rust-fix-test
Rust: fix dataflow test failure by pinning the toolchain version
This commit is contained in:
8
rust/rust-toolchain.toml
Normal file
8
rust/rust-toolchain.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file specifies the Rust version used to develop and test the rust
|
||||
# extractor. It is set to the lowest version of Rust we want to support.
|
||||
# IMPORTANT: this can also have an impact on QL test results
|
||||
|
||||
[toolchain]
|
||||
channel = "1.84"
|
||||
profile = "minimal"
|
||||
components = [ "clippy", "rustfmt", "rust-src" ]
|
||||
Reference in New Issue
Block a user