From 895d9f7dc9a77ebf868419fef2eb9cc5cc02bd19 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul <8294320+gligneul@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:24:12 -0300 Subject: [PATCH] chore: use resolver 2 in Rust --- offchain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/offchain/Cargo.toml b/offchain/Cargo.toml index 696760be6..c336fb3c5 100644 --- a/offchain/Cargo.toml +++ b/offchain/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "advance-runner", "authority-claimer",