@@ -146,13 +146,13 @@ unsigned-varint = { version = "0.7", default-features = false }
146
146
url = { version = " 2.3" , features = [" serde" ] }
147
147
which = " 4.3"
148
148
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 "
156
156
157
157
forest_auth = { path = " ./utils/auth" }
158
158
forest_beacon = { path = " ./blockchain/beacon" }
@@ -199,12 +199,3 @@ lto = "off"
199
199
strip = true
200
200
panic = " abort"
201
201
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