Skip to content

Commit

Permalink
chore: update fvm/helix libraries to to the final released versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Oct 31, 2023
1 parent 0faa9b3 commit b188744
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ libipld-core = { version = "0.13.1", features = ["serde-codec"] }
integer-encoding = { version = "3.0.3", default-features = false }

# helix-onchain
fvm_actor_utils = "9.0.0-alpha.1"
frc42_dispatch = "5.0.0-alpha.1"
frc46_token = "9.0.0-alpha.1"
fvm_actor_utils = "9.0.0"
frc42_dispatch = "5.0.0"
frc46_token = "9.0.0"

# FVM
fvm_sdk = "4.0.0-alpha.4"
fvm_shared = "4.0.0-alpha.4"
fvm_sdk = "~4.0"
fvm_shared = "~4.0"
fvm_ipld_encoding = "0.4.0"
fvm_ipld_blockstore = "0.2.0"
fvm_ipld_hamt = "0.8.0"
Expand Down

0 comments on commit b188744

Please sign in to comment.