diff --git a/rust/ql/test/.gitignore b/rust/ql/test/.gitignore index 65baed5837a..29291fe2d12 100644 --- a/rust/ql/test/.gitignore +++ b/rust/ql/test/.gitignore @@ -2,7 +2,7 @@ target/ # these are all generated, see `rust/extractor/src/qltest.rs` for details Cargo.toml -rust-toolchain.toml +/*/**/rust-toolchain.toml lib.rs .proc_macro/ .lib/ diff --git a/rust/ql/test/rust-toolchain.toml b/rust/ql/test/rust-toolchain.toml new file mode 100644 index 00000000000..254f87e09e6 --- /dev/null +++ b/rust/ql/test/rust-toolchain.toml @@ -0,0 +1,7 @@ +# This file specifies the Rust version used to test the rust extractor. +# IMPORTANT: this can also have an impact on QL test results + +[toolchain] +channel = "1.86" +profile = "minimal" +components = [ "rust-src" ]