test QL-for-QL on mac/win

This commit is contained in:
erik-krogh
2023-01-13 13:40:24 +01:00
parent 8ccc384043
commit 1d62751e15
2 changed files with 46 additions and 1 deletions

7
ql/rust-toolchain.toml Normal file
View File

@@ -0,0 +1,7 @@
# This file specifies the Rust version used to develop and test the QL
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.54"
profile = "minimal"
components = [ "rustfmt" ]