From c907f3abf5686e41c59a93515d001985286232e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Thu, 28 Dec 2023 13:22:07 +0200 Subject: [PATCH] Adjust Cargo.toml, for reproducible builds. --- elrond-wasm-debug/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elrond-wasm-debug/Cargo.toml b/elrond-wasm-debug/Cargo.toml index cb4b255770..6ec0881974 100644 --- a/elrond-wasm-debug/Cargo.toml +++ b/elrond-wasm-debug/Cargo.toml @@ -29,7 +29,7 @@ rand_pcg = "0.2.1" rand_seeder = "0.2.2" rustc_version = "0.4" toml = "0.5.8" -cargo_toml = "0.10.1" +cargo_toml = "=0.11.1" pathdiff = "0.2.1" ed25519-dalek = "1.0.1" itertools = "0.10.3" @@ -40,7 +40,6 @@ mandos-go-tests = [] [dependencies.elrond-wasm] version = "=0.36.1" -path = "../elrond-wasm" features = ["alloc", "num-bigint", "promises", "big-float"] [dependencies.mandos]