Skip to content

Commit

Permalink
Prepare v15.2.0 release (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov authored Jul 17, 2024
1 parent dddbc91 commit 61dcee2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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 = "15.1.0"
version = "15.2.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 = "15.1.0", path = "./actors/account" }
fil_actor_cron_state = { version = "15.1.0", path = "./actors/cron" }
fil_actor_datacap_state = { version = "15.1.0", path = "./actors/datacap" }
fil_actor_evm_state = { version = "15.1.0", path = "./actors/evm" }
fil_actor_init_state = { version = "15.1.0", path = "./actors/init" }
fil_actor_market_state = { version = "15.1.0", path = "./actors/market" }
fil_actor_miner_state = { version = "15.1.0", path = "./actors/miner" }
fil_actor_multisig_state = { version = "15.1.0", path = "./actors/multisig" }
fil_actor_power_state = { version = "15.1.0", path = "./actors/power" }
fil_actor_reward_state = { version = "15.1.0", path = "./actors/reward" }
fil_actor_system_state = { version = "15.1.0", path = "./actors/system" }
fil_actor_verifreg_state = { version = "15.1.0", path = "./actors/verifreg" }
fil_actors_shared = { version = "15.1.0", path = "./fil_actors_shared" }
fil_actor_account_state = { version = "15.2.0", path = "./actors/account" }
fil_actor_cron_state = { version = "15.2.0", path = "./actors/cron" }
fil_actor_datacap_state = { version = "15.2.0", path = "./actors/datacap" }
fil_actor_evm_state = { version = "15.2.0", path = "./actors/evm" }
fil_actor_init_state = { version = "15.2.0", path = "./actors/init" }
fil_actor_market_state = { version = "15.2.0", path = "./actors/market" }
fil_actor_miner_state = { version = "15.2.0", path = "./actors/miner" }
fil_actor_multisig_state = { version = "15.2.0", path = "./actors/multisig" }
fil_actor_power_state = { version = "15.2.0", path = "./actors/power" }
fil_actor_reward_state = { version = "15.2.0", path = "./actors/reward" }
fil_actor_system_state = { version = "15.2.0", path = "./actors/system" }
fil_actor_verifreg_state = { version = "15.2.0", path = "./actors/verifreg" }
fil_actors_shared = { version = "15.2.0", path = "./fil_actors_shared" }

fil_actors_test_utils = { path = "./fil_actors_test_utils" }
2 changes: 1 addition & 1 deletion forest
Submodule forest updated 144 files

0 comments on commit 61dcee2

Please sign in to comment.