Skip to content

Commit

Permalink
Prepare v10.0.0 dev.3 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Mar 5, 2024
1 parent 53655c3 commit a8db265
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = [
resolver = "2"

[workspace.package]
version = "10.0.0-dev.2"
version = "10.0.0-dev.3"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChainSafe/fil-actor-states"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion actors/datacap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version.workspace = true
keywords.workspace = true

[dependencies]
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
frc46_token = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords.workspace = true

[dependencies]
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared3 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords.workspace = true
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ arb = ["dep:quickcheck"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actor_verifreg_state = { version = "10.0.0-dev.2", path = "../verifreg" }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actor_verifreg_state = { version = "10.0.0-dev.3", path = "../verifreg" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_bitfield = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ crate-type = ["cdylib", "lib"]
anyhow = { workspace = true }
bitflags = { workspace = true }
cid = { workspace = true }
fil_actor_verifreg_state = { version = "10.0.0-dev.2", path = "../verifreg" }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actor_verifreg_state = { version = "10.0.0-dev.3", path = "../verifreg" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_amt = { workspace = true }
fvm_ipld_bitfield = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/paych/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords.workspace = true

[dependencies]
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/power/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords.workspace = true
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/verifreg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
26 changes: 13 additions & 13 deletions fil_actor_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ version.workspace = true
keywords.workspace = true

[dependencies]
fil_actor_account_state = { version = "10.0.0-dev.2", path = "../actors/account" }
fil_actor_cron_state = { version = "10.0.0-dev.2", path = "../actors/cron" }
fil_actor_datacap_state = { version = "10.0.0-dev.2", path = "../actors/datacap" }
fil_actor_evm_state = { version = "10.0.0-dev.2", path = "../actors/evm" }
fil_actor_init_state = { version = "10.0.0-dev.2", path = "../actors/init" }
fil_actor_market_state = { version = "10.0.0-dev.2", path = "../actors/market" }
fil_actor_miner_state = { version = "10.0.0-dev.2", path = "../actors/miner" }
fil_actor_multisig_state = { version = "10.0.0-dev.2", path = "../actors/multisig" }
fil_actor_power_state = { version = "10.0.0-dev.2", path = "../actors/power" }
fil_actor_reward_state = { version = "10.0.0-dev.2", path = "../actors/reward" }
fil_actor_system_state = { version = "10.0.0-dev.2", path = "../actors/system" }
fil_actor_verifreg_state = { version = "10.0.0-dev.2", path = "../actors/verifreg" }
fil_actors_shared = { version = "10.0.0-dev.2", path = "../fil_actors_shared" }
fil_actor_account_state = { version = "10.0.0-dev.3", path = "../actors/account" }
fil_actor_cron_state = { version = "10.0.0-dev.3", path = "../actors/cron" }
fil_actor_datacap_state = { version = "10.0.0-dev.3", path = "../actors/datacap" }
fil_actor_evm_state = { version = "10.0.0-dev.3", path = "../actors/evm" }
fil_actor_init_state = { version = "10.0.0-dev.3", path = "../actors/init" }
fil_actor_market_state = { version = "10.0.0-dev.3", path = "../actors/market" }
fil_actor_miner_state = { version = "10.0.0-dev.3", path = "../actors/miner" }
fil_actor_multisig_state = { version = "10.0.0-dev.3", path = "../actors/multisig" }
fil_actor_power_state = { version = "10.0.0-dev.3", path = "../actors/power" }
fil_actor_reward_state = { version = "10.0.0-dev.3", path = "../actors/reward" }
fil_actor_system_state = { version = "10.0.0-dev.3", path = "../actors/system" }
fil_actor_verifreg_state = { version = "10.0.0-dev.3", path = "../actors/verifreg" }
fil_actors_shared = { version = "10.0.0-dev.3", path = "../fil_actors_shared" }

anyhow.workspace = true
cid.workspace = true
Expand Down
Loading

0 comments on commit a8db265

Please sign in to comment.