From d508276029b01d88532f0cf301900da994289c03 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Wed, 10 Apr 2024 16:29:11 +0800 Subject: [PATCH] chore: use resolver 2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d7d418b..e53c184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "substreams-starknet", "codegen"