Skip to content

Commit

Permalink
[DO NOT MERGE] switch to git deps for actors-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 21, 2024
1 parent 338d67c commit 76e4e11
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ ipld-core = { version = "0.4.1", features = ["serde"] }
integer-encoding = { version = "3.0.3", default-features = false }

# helix-onchain
fvm_actor_utils = "11.0.0"
frc42_dispatch = "7.0.0"
frc46_token = "11.0.0"
#fvm_actor_utils = "11.0.0"
#frc42_dispatch = "7.0.0"
#frc46_token = "11.0.0"
fvm_actor_utils = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }
frc42_dispatch = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }
frc46_token = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }

# FVM
fvm_sdk = "4.5.0"
Expand Down Expand Up @@ -165,17 +168,17 @@ fil_actors_integration_tests = { version = "1.0.0", path = "integration_tests" }
vm_api = { version = "1.0.0", path = "vm_api" }
test_vm = { path = "test_vm" }

[patch.crates-io]
#[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_actor_utils = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }
frc42_dispatch = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }
frc46_token = { git = "https://github.com/filecoin-project/actors-utils", branch = "steb/update-multihash" }
#fvm_actor_utils = { git = "https://github.com/filecoin-project/actors-utils", branch = "main" }
#frc42_dispatch = { git = "https://github.com/filecoin-project/actors-utils", branch = "main" }
#frc46_token = { git = "https://github.com/filecoin-project/actors-utils", branch = "main" }

## Uncomment when working locally on ref-fvm and this repo simultaneously.
## Assumes the ref-fvm checkout is in a sibling directory with the same name.
Expand Down

0 comments on commit 76e4e11

Please sign in to comment.