From fa725c51cb3ac0cc6036aeb1f414224fe807ba1d Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 9 Jul 2023 03:06:15 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Update=20cargo=20resolver?= =?UTF-8?q?=20to=20version=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b4434a9..257ea73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "bin/chainboot", "bin/chainofcommand" ] +resolver = "2" [patch.crates-io] serialport = { git = "https://github.com/metta-systems/serialport-rs", branch = "macos-ENOTTY-fix" }