Skip to content

Commit 3c7fe26

Browse files
authored
Merge pull request #18881 from github/redsun82/rust-fix-test
Rust: fix dataflow test failure by pinning the toolchain version
2 parents 93b1114 + b73e8dc commit 3c7fe26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rust/rust-toolchain.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file specifies the Rust version used to develop and test the rust
2+
# extractor. It is set to the lowest version of Rust we want to support.
3+
# IMPORTANT: this can also have an impact on QL test results
4+
5+
[toolchain]
6+
channel = "1.84"
7+
profile = "minimal"
8+
components = [ "clippy", "rustfmt", "rust-src" ]

0 commit comments

Comments
 (0)