From d62c99c78b37cc01a88e83fdafcc85e6c9c5536c Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Tue, 10 Oct 2023 11:53:24 +0200 Subject: [PATCH] bump fvm4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff2df8b2..5d8c4d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ fvm_ipld_encoding = "0.4" fvm_ipld_hamt = "0.8.0" fvm_shared = { version = "~2.6", default-features = false } fvm_shared3 = { package = "fvm_shared", version = "~3.6", default-features = false } -fvm_shared4 = { package = "fvm_shared", version = "~4.0.0-alpha.3", default-features = false } +fvm_shared4 = { package = "fvm_shared", version = "~4.0.0-alpha.4", default-features = false } getrandom = { version = "0.2.10" } hex = "0.4.3" hex-literal = "0.4"