Skip to content

Commit

Permalink
Merge pull request #18881 from github/redsun82/rust-fix-test
Browse files Browse the repository at this point in the history
Rust: fix dataflow test failure by pinning the toolchain version
  • Loading branch information
redsun82 authored Feb 28, 2025
2 parents 93b1114 + b73e8dc commit 3c7fe26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -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" ]

0 comments on commit 3c7fe26

Please sign in to comment.