Skip to content

Commit 7ebb6f3

Browse files
committed
TEMP: change actors branch for CI
1 parent 0f6732e commit 7ebb6f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testing/integration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ default-features = false
3333
features = ["cranelift", "parallel-compilation"]
3434

3535
[dev-dependencies]
36-
actors-v10 = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors", branch = "experimental/fvm-m2" }
36+
actors-v10 = { package = "fil_builtin_actors_bundle", git = "https://github.com/filecoin-project/builtin-actors", branch = "steb/remove-beneficiary" }
3737
fvm_test_actors = { path = "../test_actors" }
3838
fvm_gas_calibration_shared = { path = "../calibration/shared" }
3939
blake2b_simd = "1.0.1"

testing/test_actors/actors/fil-create-actor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[target.'cfg(target_arch = "wasm32")'.dependencies]
88
fvm_sdk = { version = "3.3.0", path = "../../../../sdk" }
99
fvm_shared = { version = "3.4.0", path = "../../../../shared" }
10-
actors_v10_runtime = { package = "fil_actors_runtime", git = "https://github.com/filecoin-project/builtin-actors", branch = "experimental/fvm-m2" }
10+
actors_v10_runtime = { package = "fil_actors_runtime", git = "https://github.com/filecoin-project/builtin-actors", branch = "steb/remove-beneficiary" }
1111

1212
[lib]
1313
crate-type = ["cdylib"] ## cdylib is necessary for Wasm build

testing/test_actors/actors/fil-syscall-actor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fvm_ipld_encoding = { version = "0.4.0", path = "../../../../ipld/encoding" }
99
fvm_sdk = { version = "3.3.0", path = "../../../../sdk" }
1010
fvm_shared = { version = "3.4.0", path = "../../../../shared" }
1111
minicov = {version = "0.3", optional = true}
12-
actors_v10_runtime = { package = "fil_actors_runtime", git = "https://github.com/filecoin-project/builtin-actors", branch = "experimental/fvm-m2" }
12+
actors_v10_runtime = { package = "fil_actors_runtime", git = "https://github.com/filecoin-project/builtin-actors", branch = "steb/remove-beneficiary" }
1313
multihash = { workspace = true }
1414

1515
[lib]

0 commit comments

Comments
 (0)