Skip to content

Commit beeb417

Browse files
author
Paolo Tranquilli
committed
Rust: fix toolchain version for tests
1 parent f7d95e4 commit beeb417

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" ]

0 commit comments

Comments
 (0)