Skip to content

Commit

Permalink
chore: prepare release 17.0.1 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 8, 2024
1 parent b4691af commit aebf850
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 = "17.0.0"
version = "17.0.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChainSafe/fil-actor-states"
authors = [
Expand Down Expand Up @@ -82,18 +82,18 @@ toml = "0.8"
uint = { version = "0.9.3", default-features = false }
unsigned-varint = "0.8"

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_actor_account_state = { version = "17.0.1", path = "./actors/account" }
fil_actor_cron_state = { version = "17.0.1", path = "./actors/cron" }
fil_actor_datacap_state = { version = "17.0.1", path = "./actors/datacap" }
fil_actor_evm_state = { version = "17.0.1", path = "./actors/evm" }
fil_actor_init_state = { version = "17.0.1", path = "./actors/init" }
fil_actor_market_state = { version = "17.0.1", path = "./actors/market" }
fil_actor_miner_state = { version = "17.0.1", path = "./actors/miner" }
fil_actor_multisig_state = { version = "17.0.1", path = "./actors/multisig" }
fil_actor_power_state = { version = "17.0.1", path = "./actors/power" }
fil_actor_reward_state = { version = "17.0.1", path = "./actors/reward" }
fil_actor_system_state = { version = "17.0.1", path = "./actors/system" }
fil_actor_verifreg_state = { version = "17.0.1", path = "./actors/verifreg" }
fil_actors_shared = { version = "17.0.1", path = "./fil_actors_shared" }

fil_actors_test_utils = { path = "./fil_actors_test_utils" }

0 comments on commit aebf850

Please sign in to comment.