chore: bump version to v1.34.5 - #561
Merged
Merged
Conversation
chore: bump version
|
Suggested version: Changes in configuration file(s): diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index ddc05de..54cc392 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -87,6 +87,19 @@ opencl = [
"fvm3/opencl",
"fvm4/opencl",
]
+# GPU features without FVM (for builds that disable FVM)
+cuda-no-fvm = [
+ "filecoin-proofs-api/cuda",
+ "rust-gpu-tools/cuda",
+]
+cuda-supraseal-no-fvm = [
+ "filecoin-proofs-api/cuda-supraseal",
+ "rust-gpu-tools/cuda",
+]
+opencl-no-fvm = [
+ "filecoin-proofs-api/opencl",
+ "rust-gpu-tools/opencl",
+]
multicore-sdr = ["filecoin-proofs-api/multicore-sdr"]
c-headers = ["safer-ffi/headers"]
# This feature enables a fixed number of discarded rows for TreeR. The `FIL_PROOFS_ROWS_TO_DISCARD`Automatically created GitHub ReleaseA draft GitHub Release has been created. |
rvagg
approved these changes
Jan 8, 2026
rvagg
left a comment
Member
There was a problem hiding this comment.
needing the version numbers to align is pretty brittle and maybe we should just drop that dream
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need to publish a new filecoin-ffi release due to #559. Unfortunately, this means that FFI and Lotus-version will diverge slightly in the short term here (i.e FFI on v1.34.5 while Lotus is on v1.34.4)