diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 853271e24e6..6632bf162ee 100644 Binary files a/ql/Cargo.lock and b/ql/Cargo.lock differ diff --git a/ql/Cargo.toml b/ql/Cargo.toml index 5e42fc8d5e5..3dca1c9fbca 100644 --- a/ql/Cargo.toml +++ b/ql/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "extractor", "buramu", diff --git a/ql/rust-toolchain.toml b/ql/rust-toolchain.toml deleted file mode 100644 index 699a593039b..00000000000 --- a/ql/rust-toolchain.toml +++ /dev/null @@ -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" ] \ No newline at end of file