Skip to content

Commit

Permalink
chore: upgrade to fvm v4.0.0 (final) (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Oct 31, 2023
1 parent 2801706 commit 7eae6d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ members = [
blake2b_simd = { version = "1.0.0" }
clap = { version = "4.3.21", features = ["derive"] }
cid = { version = "0.10.1", default-features = false, features = ["serde-codec"] }
fvm = { version = "~4.0.0-alpha.4", default-features = false }
fvm_integration_tests = "~4.0.0-alpha.4"
fvm = { version = "~4.0", default-features = false }
fvm_integration_tests = "~4.0"
fvm_ipld_amt = "0.6.0"
fvm_ipld_bitfield = "0.6.0"
fvm_ipld_blockstore = "0.2.0"
fvm_ipld_encoding = "0.4.0"
fvm_ipld_hamt = "0.8.0"
fvm_sdk = "~4.0.0-alpha.4"
fvm_shared = "~4.0.0-alpha.4"
fvm_sdk = "~4.0"
fvm_shared = "~4.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_tuple = { version = "0.5.0" }
thiserror = { version = "1.0.31" }
Expand Down

0 comments on commit 7eae6d7

Please sign in to comment.