From 229dea7bee7fb259bf89f7027f87830308e13877 Mon Sep 17 00:00:00 2001 From: mihaicalinluca Date: Tue, 10 Oct 2023 09:36:56 +0200 Subject: [PATCH] added alloc and num-bigint features on multiversx-sc dependencies for the testing framework --- framework/scenario/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/scenario/Cargo.toml b/framework/scenario/Cargo.toml index 78f7e55441..f0202afdd2 100644 --- a/framework/scenario/Cargo.toml +++ b/framework/scenario/Cargo.toml @@ -41,6 +41,7 @@ run-go-tests = [] [dependencies.multiversx-sc] version = "=0.43.4" +features = ["alloc", "num-bigint"] path = "../base" [dependencies.multiversx-sc-meta]