mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add test rust-toolchain.toml after fixing .gitignore
This commit is contained in:
2
rust/ql/test/.gitignore
vendored
2
rust/ql/test/.gitignore
vendored
@@ -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/
|
||||
|
||||
7
rust/ql/test/rust-toolchain.toml
Normal file
7
rust/ql/test/rust-toolchain.toml
Normal 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" ]
|
||||
Reference in New Issue
Block a user