Skip to content

Commit

Permalink
chore(deps): bump fvm@4 version (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Nov 2, 2023
1 parent 645a6ef commit ab327a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ fs_extra = "1.2"
futures = "0.3"
fvm2 = { package = "fvm", version = "~2.7", default-features = false }
fvm3 = { package = "fvm", default-features = false, version = "~3.8", features = ["arb"] }
fvm4 = { package = "fvm", default-features = false, version = "~4.0.0-alpha.4", features = ["arb"] }
fvm4 = { package = "fvm", default-features = false, version = "~4.0.0", features = ["arb"] }
fvm_ipld_blockstore = "0.2"
fvm_ipld_encoding = "0.4"
fvm_shared2 = { package = "fvm_shared", version = "~2.6" }
fvm_shared3 = { package = "fvm_shared", version = "~3.6", features = ["testing", "proofs"] }
fvm_shared4 = { package = "fvm_shared", version = "~4.0.0-alpha.4", features = ["testing", "proofs"] }
fvm_shared4 = { package = "fvm_shared", version = "~4.0.0", features = ["testing", "proofs"] }
gethostname = "0.4"
git-version = "0.3"
hex = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit ab327a3

Please sign in to comment.