Skip to content

Commit

Permalink
chore: don't specify versions for local dev-dependencies (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Feb 10, 2023
1 parent 4aecdee commit 138f52f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion actors/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion actors/cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion actors/eam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion actors/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion actors/paych/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion actors/power/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion actors/reward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion actors/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion actors/verifreg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 138f52f

Please sign in to comment.