We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust.yml
1 parent 286b9e9 commit bf1dd69Copy full SHA for bf1dd69
pr-checks/checks/rust.yml
@@ -1,8 +1,10 @@
1
name: "Rust analysis"
2
description: "Tests creation of a Rust database"
3
versions:
4
- - stable-v2.19.3 # experimental rust support introduced, requires action to set `CODEQL_ENABLE_EXPERIMENTAL_FEATURES`
5
- - stable-v2.22.1 # first public preview version
+ # experimental rust support introduced, requires action to set `CODEQL_ENABLE_EXPERIMENTAL_FEATURES`
+ - stable-v2.19.3
6
+ # first public preview version
7
+ - stable-v2.22.1
8
- linked
9
- default
10
- nightly-latest
0 commit comments