From da85ce7c65555b8e3500c74f18d9082b7c063886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Thu, 28 Dec 2023 19:54:35 +0200 Subject: [PATCH] Fix reference. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 03bc3e07d..de4a54150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,3 +58,6 @@ members = [ "pause-all", "pause-all/meta", ] + +[patch.crates-io] +elrond-wasm-debug = { git = "https://github.com/multiversx/mx-sdk-rs", package = "elrond-wasm-debug", branch = "reproducible/v0.36.1" }