diff --git a/Cargo.toml b/Cargo.toml index f6ff6ff7..1f13d7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,6 @@ fvm_ipld_hamt = "0.7.0" fvm_ipld_amt = { version = "0.6.0", features = ["go-interop"] } fvm_ipld_bitfield = "0.5.4" -[patch.crates-io] -fvm_actor_utils = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" } -frc42_dispatch = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" } -frc46_token = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" } - [profile.wasm] inherits = "release" panic = "abort" diff --git a/testing/integration/Cargo.toml b/testing/integration/Cargo.toml index 15079b60..62202487 100644 --- a/testing/integration/Cargo.toml +++ b/testing/integration/Cargo.toml @@ -20,6 +20,6 @@ serde = { version = "1.0", features = ["derive"] } serde_tuple = { version = "0.5.0" } [dev-dependencies] -actors-v12 = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors", branch="alex/update-fvm" } +actors-v12 = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors" } helix_test_actors = { path = "../test_actors" } token_impl = { path = "../test_actors/actors/frc46_factory_token/token_impl" }