Skip to content

Commit 64c2668

Browse files
committed
fix: add back the hyperspace feature
1 parent 25cdf83 commit 64c2668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde_json = "1.0.46"
3434
memmap = "0.7"
3535
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
3636
fr32 = { version = "~5.0", default-features = false }
37-
fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false }
37+
fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false, features = ["hyperspace"]}
3838
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.20" }
3939
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" }
4040
fvm3h1 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm", branch = "release/hyperspace-nv19", default-features = false, features = ["hyperspace"] }

0 commit comments

Comments
 (0)