Skip to content

Commit e8a1299

Browse files
committed
switch to published versions
1 parent 620660b commit e8a1299

File tree

2 files changed

+42
-30
lines changed

2 files changed

+42
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,20 @@ either = "1"
6666
enumflags2 = "0.7"
6767
ethereum-types = { version = "0.15", features = ["ethbloom"] }
6868
ez-jsonrpc-types = "0.5"
69-
fil_actor_account_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
70-
fil_actor_cron_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
71-
fil_actor_datacap_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
72-
fil_actor_eam_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
73-
fil_actor_evm_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
74-
fil_actor_init_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
75-
fil_actor_market_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
76-
fil_actor_miner_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
77-
fil_actor_multisig_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
78-
fil_actor_power_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
79-
fil_actor_reward_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
80-
fil_actor_system_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
81-
fil_actor_verifreg_state = { version = "22", git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
82-
fil_actors_shared = { version = "22", features = [
83-
"json",
84-
], git = "https://github.com/ChainSafe/fil-actor-states.git", branch = "hm/bump-fvm-shared" }
69+
fil_actor_account_state = { version = "22" }
70+
fil_actor_cron_state = { version = "22" }
71+
fil_actor_datacap_state = { version = "22" }
72+
fil_actor_eam_state = { version = "22" }
73+
fil_actor_evm_state = { version = "22" }
74+
fil_actor_init_state = { version = "22" }
75+
fil_actor_market_state = { version = "22" }
76+
fil_actor_miner_state = { version = "22" }
77+
fil_actor_multisig_state = { version = "22" }
78+
fil_actor_power_state = { version = "22" }
79+
fil_actor_reward_state = { version = "22" }
80+
fil_actor_system_state = { version = "22" }
81+
fil_actor_verifreg_state = { version = "22" }
82+
fil_actors_shared = { version = "22", features = ["json"] }
8583
flate2 = "1"
8684
flume = { workspace = true }
8785
fs_extra = "1"

0 commit comments

Comments
 (0)