-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v11' into next
- Loading branch information
Showing
61 changed files
with
1,503 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_account" | ||
description = "Builtin account actor for Filecoin" | ||
version = "11.0.0-alpha.1" | ||
version = "11.0.0" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2021" | ||
|
@@ -13,10 +13,10 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "11.0.0-alpha.1", path = "../../runtime" } | ||
frc42_dispatch = "3.1.0" | ||
fvm_actor_utils = "5.0.0" | ||
fvm_shared = { version = "3.0.0", default-features = false } | ||
fil_actors_runtime = { version = "11.0.0", path = "../../runtime" } | ||
frc42_dispatch = "3.2.0" | ||
fvm_actor_utils = "6.0.0" | ||
fvm_shared = { version = "3.2.0", default-features = false } | ||
serde = { version = "1.0.136", features = ["derive"] } | ||
num-traits = "0.2.14" | ||
num-derive = "0.3.3" | ||
|
Oops, something went wrong.