Skip to content

Commit

Permalink
bump fvm dependencies from 4.3 to 4.4 (#238)
Browse files Browse the repository at this point in the history
bump fvm versions from 4.3 to 4.4
  • Loading branch information
lemmih authored Oct 11, 2024
1 parent 2082b87 commit 0f83651
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 @@ -22,15 +22,15 @@ clap = { version = "4.3.21", features = ["derive"] }
cid = { version = "0.10.1", default-features = false, features = [
"serde-codec",
] }
fvm = { version = "~4.3", default-features = false }
fvm_integration_tests = "~4.3"
fvm = { version = "~4.4", default-features = false }
fvm_integration_tests = "~4.4"
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.9.0"
fvm_sdk = "~4.3"
fvm_shared = "~4.3"
fvm_sdk = "~4.4"
fvm_shared = "~4.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_tuple = { version = "0.5.0" }
thiserror = { version = "1.0.31" }
Expand Down

0 comments on commit 0f83651

Please sign in to comment.