Merge branch 'main' into workflow/coverage/update

This commit is contained in:
Chris Smowton
2025-02-28 10:48:08 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.100"
}
}

8
rust/rust-toolchain.toml Normal file
View 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" ]