diff --git a/actors/account/Cargo.toml b/actors/account/Cargo.toml index ee879693b..079499b8b 100644 --- a/actors/account/Cargo.toml +++ b/actors/account/Cargo.toml @@ -25,7 +25,7 @@ fvm_ipld_encoding = "0.3.3" anyhow = "1.0.65" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"] diff --git a/actors/cron/Cargo.toml b/actors/cron/Cargo.toml index 97847fe72..f2894fa71 100644 --- a/actors/cron/Cargo.toml +++ b/actors/cron/Cargo.toml @@ -24,7 +24,7 @@ fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.3.3" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"] diff --git a/actors/eam/Cargo.toml b/actors/eam/Cargo.toml index 016197509..80dc79932 100644 --- a/actors/eam/Cargo.toml +++ b/actors/eam/Cargo.toml @@ -31,7 +31,7 @@ hex-literal = "0.3.4" fil_actors_evm_shared = { version = "10.0.0-alpha.1", path = "../evm/shared" } [dev-dependencies] -fil_actor_evm = { version = "10.0.0-alpha.1", path = "../evm"} +fil_actor_evm = { path = "../evm"} fil_actors_runtime = { path = "../../runtime", features = ["test_utils"] } [features] diff --git a/actors/init/Cargo.toml b/actors/init/Cargo.toml index eafb67096..be11cb2f4 100644 --- a/actors/init/Cargo.toml +++ b/actors/init/Cargo.toml @@ -28,7 +28,7 @@ fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.3.3" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"] diff --git a/actors/market/Cargo.toml b/actors/market/Cargo.toml index 9a970f9c1..88889d2eb 100644 --- a/actors/market/Cargo.toml +++ b/actors/market/Cargo.toml @@ -33,7 +33,7 @@ num-traits = "0.2.14" serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } fil_actor_power = { path = "../power" } fil_actor_reward = { path = "../reward" } fil_actor_verifreg = { path = "../verifreg" } diff --git a/actors/miner/Cargo.toml b/actors/miner/Cargo.toml index d4c99bdd7..f4f402565 100644 --- a/actors/miner/Cargo.toml +++ b/actors/miner/Cargo.toml @@ -34,7 +34,7 @@ fvm_ipld_encoding = "0.3.3" multihash = { version = "0.16.2", default-features = false } [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } fil_actor_account = { path = "../account" } fil_actor_reward = { path = "../reward" } fil_actor_power = { path = "../power" } diff --git a/actors/multisig/Cargo.toml b/actors/multisig/Cargo.toml index 07753fb18..35a906a00 100644 --- a/actors/multisig/Cargo.toml +++ b/actors/multisig/Cargo.toml @@ -31,7 +31,7 @@ num-traits = "0.2.14" serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } lazy_static = "1.4.0" [features] diff --git a/actors/paych/Cargo.toml b/actors/paych/Cargo.toml index d0fabbac1..71e6bb23b 100644 --- a/actors/paych/Cargo.toml +++ b/actors/paych/Cargo.toml @@ -26,7 +26,7 @@ fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.3.3" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] } derive_builder = "0.10.2" diff --git a/actors/power/Cargo.toml b/actors/power/Cargo.toml index be7e77a3d..1ba94d969 100644 --- a/actors/power/Cargo.toml +++ b/actors/power/Cargo.toml @@ -31,7 +31,7 @@ fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.3.3" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } fil_actor_reward = { path = "../reward" } [features] diff --git a/actors/reward/Cargo.toml b/actors/reward/Cargo.toml index 1a313737e..31978d88a 100644 --- a/actors/reward/Cargo.toml +++ b/actors/reward/Cargo.toml @@ -25,7 +25,7 @@ fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "0.3.3" [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } num = "0.4.0" [features] diff --git a/actors/system/Cargo.toml b/actors/system/Cargo.toml index 9d83a34cd..aa81085ff 100644 --- a/actors/system/Cargo.toml +++ b/actors/system/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.136", features = ["derive"] } cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"] diff --git a/actors/verifreg/Cargo.toml b/actors/verifreg/Cargo.toml index 041bbb20d..4bf722bab 100644 --- a/actors/verifreg/Cargo.toml +++ b/actors/verifreg/Cargo.toml @@ -32,7 +32,7 @@ num-traits = "0.2.14" serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] -fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { path = "../../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = ["fil_actors_runtime/fil-actor"]