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:
Paolo Tranquilli
2025-02-28 10:17:04 +01:00
committed by GitHub

8
rust/rust-toolchain.toml Normal file
View 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" ]