We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f0681 + 47fe773 commit eeb2fc9Copy full SHA for eeb2fc9
testing/conformance/Cargo.toml
@@ -47,8 +47,8 @@ serde_json = { version = "1.0", features = ["raw_value"] }
47
walkdir = "2.3"
48
regex = { version = "1.0" }
49
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" }
+actors-v6 = { version = "~6.2", package = "fil_builtin_actors_bundle" }
+actors-v7 = { version = "~7.2", package = "fil_builtin_actors_bundle" }
52
libipld-core = { version = "0.13.1", features = ["serde-codec"] }
53
54
[features]
0 commit comments