We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cdf83 commit 64c2668Copy full SHA for 64c2668
rust/Cargo.toml
@@ -34,7 +34,7 @@ serde_json = "1.0.46"
34
memmap = "0.7"
35
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
36
fr32 = { version = "~5.0", default-features = false }
37
-fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false }
+fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false, features = ["hyperspace"]}
38
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.20" }
39
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" }
40
fvm3h1 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm", branch = "release/hyperspace-nv19", default-features = false, features = ["hyperspace"] }
0 commit comments