Skip to content

Commit

Permalink
Merge branch 'release/lotus-v1.20.0' into ntwk/hyperspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 13, 2023
2 parents df244f0 + dff0d05 commit 25cdf83
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 86 deletions.
82 changes: 41 additions & 41 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0.46"
memmap = "0.7"
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
fr32 = { version = "~5.0", default-features = false }
fvm3 = { package = "fvm", version = "=3.0.0-alpha.24", default-features = false, features = ["hyperspace"] }
fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false }
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.20" }
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" }
fvm3h1 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm", branch = "release/hyperspace-nv19", default-features = false, features = ["hyperspace"] }
Expand Down
Loading

0 comments on commit 25cdf83

Please sign in to comment.