Skip to content

Commit eeb2fc9

Browse files
authored
Merge pull request #495 from filecoin-project/chore/upgrade-actors
chore: upgrade actors to use the new syscall abi
2 parents 26f0681 + 47fe773 commit eeb2fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/conformance/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ serde_json = { version = "1.0", features = ["raw_value"] }
4747
walkdir = "2.3"
4848
regex = { version = "1.0" }
4949
ittapi-rs = { version = "0.1.6", optional = true }
50-
actors-v6 = { version = "6.1.0", package = "fil_builtin_actors_bundle" }
51-
actors-v7 = { version = "7.1.0", package = "fil_builtin_actors_bundle" }
50+
actors-v6 = { version = "~6.2", package = "fil_builtin_actors_bundle" }
51+
actors-v7 = { version = "~7.2", package = "fil_builtin_actors_bundle" }
5252
libipld-core = { version = "0.13.1", features = ["serde-codec"] }
5353

5454
[features]

0 commit comments

Comments
 (0)