Skip to content

Commit ec3f8c1

Browse files
committed
fix: take published fil_actors...
1 parent 3787c8f commit ec3f8c1

File tree

2 files changed

+52
-46
lines changed

2 files changed

+52
-46
lines changed

Cargo.lock

+45-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-16
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ unsigned-varint = { version = "0.7", default-features = false }
146146
url = { version = "2.3", features = ["serde"] }
147147
which = "4.3"
148148

149-
fil_actor_account_state = "3.0.0"
150-
fil_actor_init_state = "3.0.0"
151-
fil_actor_interface = "3.0.0"
152-
fil_actor_miner_state = "3.0.0"
153-
fil_actor_power_state = "3.0.0"
154-
fil_actor_system_state = "3.0.0"
155-
fil_actors_shared = "3.0.0"
149+
fil_actor_account_state = "4"
150+
fil_actor_init_state = "4"
151+
fil_actor_interface = "4"
152+
fil_actor_miner_state = "4"
153+
fil_actor_power_state = "4"
154+
fil_actor_system_state = "4"
155+
fil_actors_shared = "4"
156156

157157
forest_auth = { path = "./utils/auth" }
158158
forest_beacon = { path = "./blockchain/beacon" }
@@ -199,12 +199,3 @@ lto = "off"
199199
strip = true
200200
panic = "abort"
201201
overflow-checks = true
202-
203-
[patch.crates-io]
204-
fil_actor_interface = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
205-
fil_actor_account_state = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
206-
fil_actor_init_state = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
207-
fil_actor_miner_state = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
208-
fil_actor_power_state = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
209-
fil_actor_system_state = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }
210-
fil_actors_shared = { git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "aatifsyed/remove-fvm" }

0 commit comments

Comments
 (0)