From a6804f70ba1953a6f8dd1687fadd6195a0550765 Mon Sep 17 00:00:00 2001 From: sudo-shashank Date: Mon, 8 May 2023 11:56:59 +0530 Subject: [PATCH] Lock fvm-shared to v2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed16afd..6ebd4e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ fvm_ipld_bitfield = "0.5" fvm_ipld_blockstore = "0.1" fvm_ipld_encoding = "0.3" fvm_ipld_hamt = "0.6.1" -fvm_shared = { version = "2", default-features = false } +fvm_shared = { version = "~2.3", default-features = false } fvm_shared3 = { package = "fvm_shared", version = "3.2", default-features = false } getrandom = { version = "0.2.5" } hex = "0.4.3"