diff --git a/Cargo.lock b/Cargo.lock index 1ddf5ed8b..5a34ee0ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ dependencies = [ [[package]] name = "frc42_dispatch" version = "7.0.0" -source = "git+https://github.com/filecoin-project/actors-utils?branch=steb/update-multihash#1c48e2b627335b7affcf272a6cd1f4d86a53f6ca" +source = "git+https://github.com/filecoin-project/actors-utils?branch=main#82f3972fda53fa2d3e7ee590eaee522e3bf214a6" dependencies = [ "frc42_hasher", "frc42_macros", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "frc42_hasher" version = "5.0.0" -source = "git+https://github.com/filecoin-project/actors-utils?branch=steb/update-multihash#1c48e2b627335b7affcf272a6cd1f4d86a53f6ca" +source = "git+https://github.com/filecoin-project/actors-utils?branch=main#82f3972fda53fa2d3e7ee590eaee522e3bf214a6" dependencies = [ "fvm_sdk", "fvm_shared", @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "frc42_macros" version = "5.0.0" -source = "git+https://github.com/filecoin-project/actors-utils?branch=steb/update-multihash#1c48e2b627335b7affcf272a6cd1f4d86a53f6ca" +source = "git+https://github.com/filecoin-project/actors-utils?branch=main#82f3972fda53fa2d3e7ee590eaee522e3bf214a6" dependencies = [ "blake2b_simd", "frc42_hasher", @@ -1979,7 +1979,7 @@ dependencies = [ [[package]] name = "frc46_token" version = "11.0.0" -source = "git+https://github.com/filecoin-project/actors-utils?branch=steb/update-multihash#1c48e2b627335b7affcf272a6cd1f4d86a53f6ca" +source = "git+https://github.com/filecoin-project/actors-utils?branch=main#82f3972fda53fa2d3e7ee590eaee522e3bf214a6" dependencies = [ "cid 0.11.1", "frc42_dispatch", @@ -2128,7 +2128,7 @@ dependencies = [ [[package]] name = "fvm_actor_utils" version = "11.0.0" -source = "git+https://github.com/filecoin-project/actors-utils?branch=steb/update-multihash#1c48e2b627335b7affcf272a6cd1f4d86a53f6ca" +source = "git+https://github.com/filecoin-project/actors-utils?branch=main#82f3972fda53fa2d3e7ee590eaee522e3bf214a6" dependencies = [ "anyhow", "cid 0.11.1", diff --git a/Cargo.toml b/Cargo.toml index d8fbf7583..f86bca76f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "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" } # FVM fvm_sdk = "4.5.0" @@ -165,7 +168,7 @@ 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" } @@ -173,9 +176,9 @@ test_vm = { path = "test_vm" } #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.