From 4f8f6a08e129a1b38b5ce7dc32e1731e798d80af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 7 Nov 2022 21:15:18 +0100 Subject: [PATCH] Use resolver 2 in the workspace. (#1817) --- cumulus/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cumulus/Cargo.toml b/cumulus/Cargo.toml index cacb7bea7f..f2c3d9823b 100644 --- a/cumulus/Cargo.toml +++ b/cumulus/Cargo.toml @@ -1,4 +1,6 @@ [workspace] +resolver = "2" + members = [ "client/cli", "client/consensus/aura",