-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 15.0.0-rc1 #1581
Conversation
chore: release 15.0.0-dev0
chore: release 15.0.0-rc1
I don't know why this is failing, I can't replicate the cargo error locally. @Stebalien do you have a clue about what might be going on here? |
chore: release 15.0.0-dev0
chore: release 15.0.0-rc1
…oject/builtin-actors into phi/prep-v15.0.0-rc1
chore: cargo update
Think my PR was missing a |
Oh, so I couldn't replicate it locally because I didn't pull in this branch with the version change. So |
This reverts commit c46f225.
chore: run `cargo build`
Suggested version: Changes in configuration file(s): diff --git a/actors/miner/Cargo.toml b/actors/miner/Cargo.toml
index 047231f3..bc03e1ae 100644
--- a/actors/miner/Cargo.toml
+++ b/actors/miner/Cargo.toml
@@ -33,7 +33,6 @@ lazy_static = { workspace = true }
log = { workspace = true }
byteorder = { workspace = true }
itertools = { workspace = true }
-const-hex = { workspace = true }
[dev-dependencies]
fil_actors_runtime = { workspace = true, features = ["test_utils", "sector-default"] }
@@ -43,6 +42,7 @@ fil_actor_power = { workspace = true }
fil_actor_market = { workspace = true }
rand = { workspace = true }
test-case = { workspace = true }
+const-hex = { workspace = true }
[features]
fil-actor = ["fil_actors_runtime/fil-actor"]
diff --git a/actors/power/Cargo.toml b/actors/power/Cargo.toml
index c241b494..df67dcc9 100644
--- a/actors/power/Cargo.toml
+++ b/actors/power/Cargo.toml
@@ -33,6 +33,7 @@ fvm_ipld_encoding = { workspace = true }
[dev-dependencies]
fil_actors_runtime = { workspace = true, features = ["test_utils", "sector-default"] }
fil_actor_reward = { workspace = true }
+const-hex = { workspace = true }
[features]
fil-actor = ["fil_actors_runtime/fil-actor"]
diff --git a/actors/verifreg/Cargo.toml b/actors/verifreg/Cargo.toml
index 66bd676b..2e003e5a 100644
--- a/actors/verifreg/Cargo.toml
+++ b/actors/verifreg/Cargo.toml
@@ -30,9 +30,9 @@ log = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
serde = { workspace = true }
-const-hex = { workspace = true }
[dev-dependencies]
+const-hex = { workspace = true }
fil_actors_runtime = { workspace = true, features = ["test_utils", "sector-default"] }
[features]
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 8056e463..3379ac93 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -55,6 +55,7 @@ optional = true
derive_builder = { workspace = true }
hex = { workspace = true }
rand = { workspace = true }
+const-hex = { workspace = true }
# Enable the test_utils feature when testing.
fil_actors_runtime = { workspace = true, features = ["test_utils"] }
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's looking gooderer
Creating a builtin v15.0.0-rc1 release, following the process here: https://github.com/filecoin-project/builtin-actors/blob/master/RELEASE.md