mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-19 04:22:49 +00:00
[PR #1957] [MERGED] fix(rust): Update palette crate to 0.7 for Fedora compatibility #2756
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1957
Author: @cfsmp3
Created: 1/2/2026
Status: ✅ Merged
Merged: 1/2/2026
Merged by: @cfsmp3
Base:
master← Head:fix/palette-crate-fedora📝 Commits (1)
ad2ee70fix(rust): Update palette crate to 0.7 for Fedora compatibility📊 Changes
3 files changed (+42 additions, -28 deletions)
View changed files
📝
src/rust/Cargo.lock(+40 -26)📝
src/rust/Cargo.toml(+1 -1)📝
src/rust/src/hardsubx/imgops.rs(+1 -1)📄 Description
Summary
Fixes build failure on Fedora reported in #1954.
Problem
The
palettecrate renamedto_positive_degrees()tointo_positive_degrees()in version 0.7.0. Fedora uses system-packaged Rust crates, which are at newer versions than what we had pinned in Cargo.toml.Changes
to_positive_degrees()tointo_positive_degrees()Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.