From 340d9102b12ba41a21355e34f4ac60d5acca075d Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Fri, 12 Jan 2024 07:17:20 +0400 Subject: [PATCH] Pin it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 762d1f62513..cce779c2054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ tempfile = "3.8.1" # Published deps # # https://github.com/gear-tech/gear-dlmalloc/tree/0.2.0 -dlmalloc = { package = "gear-dlmalloc", version = "0.2.0" } +dlmalloc = { package = "gear-dlmalloc", version = "=0.2.0" } # https://github.com/gear-tech/wasm-instrument/tree/gear-stable-v0.3.0 gwasm-instrument = { version = "0.3.0", default-features = false } # https://github.com/gear-tech/wasm-utils/tree/v0.19.0