Skip to content

Commit

Permalink
Switch to FVM next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrik01 committed Jul 11, 2023
1 parent 421855a commit da4ca09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ members = [
]

[patch.crates-io]
#fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
#fvm_actor_utils = { git = "https://github.com/helix-onchain/filecoin", branch = "main" }
#frc42_dispatch = { git = "https://github.com/helix-onchain/filecoin", branch = "main" }
#frc46_token = { git = "https://github.com/helix-onchain/filecoin", branch = "main" }
Expand Down

0 comments on commit da4ca09

Please sign in to comment.