Skip to content

Commit

Permalink
patch fil-actor-states
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Nov 28, 2024
1 parent d4b0763 commit 86ca496
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 26 deletions.
42 changes: 28 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@ directories = "5"
displaydoc = "0.2"
ethereum-types = "0.15"
ez-jsonrpc-types = "0.5"
fil_actor_account_state = { version = "17.0.3", path = "../fil-actor-states/actors/account" }
fil_actor_cron_state = { version = "17.0.3", path = "../fil-actor-states/actors/cron" }
fil_actor_datacap_state = { version = "17.0.3", path = "../fil-actor-states/actors/datacap" }
fil_actor_init_state = { version = "17.0.3", path = "../fil-actor-states/actors/init" }
fil_actor_interface = { version = "17.0.3", path = "../fil-actor-states/fil_actor_interface" }
fil_actor_market_state = { version = "17.0.3", path = "../fil-actor-states/actors/market" }
fil_actor_miner_state = { version = "17.0.3", path = "../fil-actor-states/actors/miner" }
fil_actor_power_state = { version = "17.0.3", path = "../fil-actor-states/actors/power" }
fil_actor_reward_state = { version = "17.0.3", path = "../fil-actor-states/actors/reward" }
fil_actor_system_state = { version = "17.0.3", path = "../fil-actor-states/actors/system" }
fil_actor_verifreg_state = { version = "17.0.3", path = "../fil-actor-states/actors/verifreg" }
fil_actors_shared = { version = "17.0.3", features = ["json"], path = "../fil-actor-states/fil_actors_shared" }
fil_actor_account_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_cron_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_datacap_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_init_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_interface = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_market_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_miner_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_power_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_reward_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_system_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actor_verifreg_state = { version = "18", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
fil_actors_shared = { version = "18", features = [
"json",
], git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/upgrade-cid" }
flume = { workspace = true }
fs_extra = "1"
futures = { workspace = true }
Expand Down

0 comments on commit 86ca496

Please sign in to comment.