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]