Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Oct 7, 2024
1 parent 326caba commit 0b5d90a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = [
resolver = "2"

[workspace.package]
version = "16.0.1"
version = "17.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChainSafe/fil-actor-states"
authors = [
Expand Down Expand Up @@ -83,18 +83,18 @@ toml = "0.8"
uint = { version = "0.9.3", default-features = false }
unsigned-varint = "0.8"

fil_actor_account_state = { version = "16.0.1", path = "./actors/account" }
fil_actor_cron_state = { version = "16.0.1", path = "./actors/cron" }
fil_actor_datacap_state = { version = "16.0.1", path = "./actors/datacap" }
fil_actor_evm_state = { version = "16.0.1", path = "./actors/evm" }
fil_actor_init_state = { version = "16.0.1", path = "./actors/init" }
fil_actor_market_state = { version = "16.0.1", path = "./actors/market" }
fil_actor_miner_state = { version = "16.0.1", path = "./actors/miner" }
fil_actor_multisig_state = { version = "16.0.1", path = "./actors/multisig" }
fil_actor_power_state = { version = "16.0.1", path = "./actors/power" }
fil_actor_reward_state = { version = "16.0.1", path = "./actors/reward" }
fil_actor_system_state = { version = "16.0.1", path = "./actors/system" }
fil_actor_verifreg_state = { version = "16.0.1", path = "./actors/verifreg" }
fil_actors_shared = { version = "16.0.1", path = "./fil_actors_shared" }
fil_actor_account_state = { version = "17.0.0", path = "./actors/account" }
fil_actor_cron_state = { version = "17.0.0", path = "./actors/cron" }
fil_actor_datacap_state = { version = "17.0.0", path = "./actors/datacap" }
fil_actor_evm_state = { version = "17.0.0", path = "./actors/evm" }
fil_actor_init_state = { version = "17.0.0", path = "./actors/init" }
fil_actor_market_state = { version = "17.0.0", path = "./actors/market" }
fil_actor_miner_state = { version = "17.0.0", path = "./actors/miner" }
fil_actor_multisig_state = { version = "17.0.0", path = "./actors/multisig" }
fil_actor_power_state = { version = "17.0.0", path = "./actors/power" }
fil_actor_reward_state = { version = "17.0.0", path = "./actors/reward" }
fil_actor_system_state = { version = "17.0.0", path = "./actors/system" }
fil_actor_verifreg_state = { version = "17.0.0", path = "./actors/verifreg" }
fil_actors_shared = { version = "17.0.0", path = "./fil_actors_shared" }

fil_actors_test_utils = { path = "./fil_actors_test_utils" }

0 comments on commit 0b5d90a

Please sign in to comment.