QL for QL: update toolchain

This commit is contained in:
Paolo Tranquilli
2025-02-28 12:39:37 +01:00
parent c5eeaba2ec
commit 0445d886c7
3 changed files with 1 additions and 7 deletions

BIN
ql/Cargo.lock generated

Binary file not shown.

View File

@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"extractor",
"buramu",

View File

@@ -1,7 +0,0 @@
# 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.74"
profile = "minimal"
components = [ "rustfmt" ]