From dfcd4ca88512cf77a2bb511fbeb83a75193d87e9 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Thu, 5 Oct 2023 11:44:02 +0200 Subject: [PATCH] chore: explicitly tell that we want to use cargo resolver version 2. https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c26b62013..b0dd6b33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,8 @@ members = [ "yara-x-proto", "yara-x-py", ] +resolver = "2" + [workspace.dependencies] aho-corasick = "1.0.0"