mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Merge branch 'main' into workflow/coverage/update
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "9.0.100"
|
||||
}
|
||||
}
|
||||
8
rust/rust-toolchain.toml
Normal file
8
rust/rust-toolchain.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file specifies the Rust version used to develop and test the rust
|
||||
# extractor. It is set to the lowest version of Rust we want to support.
|
||||
# IMPORTANT: this can also have an impact on QL test results
|
||||
|
||||
[toolchain]
|
||||
channel = "1.84"
|
||||
profile = "minimal"
|
||||
components = [ "clippy", "rustfmt", "rust-src" ]
|
||||
Reference in New Issue
Block a user