Skip to content

Commit ec2982f

Browse files
authored
Merge branch 'main' into workflow/coverage/update
2 parents ce82cb6 + 7015a0a commit ec2982f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100"
4+
}
5+
}

rust/rust-toolchain.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file specifies the Rust version used to develop and test the rust
2+
# extractor. It is set to the lowest version of Rust we want to support.
3+
# IMPORTANT: this can also have an impact on QL test results
4+
5+
[toolchain]
6+
channel = "1.84"
7+
profile = "minimal"
8+
components = [ "clippy", "rustfmt", "rust-src" ]

0 commit comments

Comments
 (0)