From 88702011c6e059ddffd976389f83539e390a8ac1 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 26 Aug 2023 17:33:04 +1000 Subject: [PATCH] Use resolver 2 for cargo workspace (#1330) Since some of our workspace crates still uses edition 2018, we need to explicitly specify the resolver. Signed-off-by: Jiahao XU --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cd74b184..7ea291db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "crates/atomic-file-install", "crates/bin",