Skip to content

Commit

Permalink
chore: switch back to builtin-actors master (#242)
Browse files Browse the repository at this point in the history
Now that the breaking cid/multihash changes have been merged, we can
switch back.
  • Loading branch information
Stebalien authored Nov 22, 2024
1 parent cc293c1 commit c0662cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ serde = { workspace = true }
serde_tuple = { workspace = true }

[dev-dependencies]
actors = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors", branch = "steb/update-multihash" }
actors = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors", branch = "master" }
helix_test_actors = { path = "../test_actors" }
token_impl = { path = "../test_actors/actors/frc46_factory_token/token_impl" }

0 comments on commit c0662cb

Please sign in to comment.