From 1c9fea08c7da050e71e105ad627fc4df765f023e Mon Sep 17 00:00:00 2001 From: Alin Cruceat Date: Thu, 28 Sep 2023 13:23:46 +0300 Subject: [PATCH] update multisig toml --- contracts/multisig/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/multisig/Cargo.toml b/contracts/multisig/Cargo.toml index 6ef91dc9..dd98e27c 100644 --- a/contracts/multisig/Cargo.toml +++ b/contracts/multisig/Cargo.toml @@ -18,8 +18,10 @@ version = "0.43.3" version = "0.43.3" [dev-dependencies.adder] +path = "../adder" [dev-dependencies.factorial] +path = "../factorial" [dev-dependencies.multiversx-wegld-swap-sc] version = "0.43.3"