We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93b1114 + b73e8dc commit 3c7fe26Copy full SHA for 3c7fe26
rust/rust-toolchain.toml
@@ -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