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.
1 parent f7d95e4 commit beeb417Copy full SHA for beeb417
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" ]
0 commit comments