From 81cc6ba0267e7f47af90e2c97728c942200d5fe9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 12 Oct 2023 16:05:35 +0200 Subject: [PATCH] Set resolver workspace to 2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0f7eac6..4f70983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = ["instant-distance", "instant-distance-py"] +resolver = "2" [profile.bench] debug = true