Rust: add test rust-toolchain.toml after fixing .gitignore

This commit is contained in:
Paolo Tranquilli
2025-08-12 10:06:32 +02:00
parent 565d607580
commit 0dfacf4be8
2 changed files with 8 additions and 1 deletions

View File

@@ -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/

View File

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