mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1768] [MERGED] bump MSRV from 1.54.0 to 1.87.0 (rust) #2491
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/1768
Author: @DhanushVarma-2
Created: 11/21/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @cfsmp3
Base:
master← Head:fix-rust-msrv-1765📝 Commits (2)
a0aa9e4fix(rust): revert is_multiple_of to maintain MSRV 1.54.0c9d80e1bump: update MSRV from 1.54.0 to 1.87.0📊 Changes
6 files changed (+7 additions, -6 deletions)
View changed files
📝
linux/build(+1 -1)📝
linux/configure.ac(+1 -1)📝
mac/build.command(+2 -2)📝
mac/configure.ac(+1 -1)📝
src/rust/CMakeLists.txt(+1 -1)➕
src/rust/clippy.toml(+1 -0)📄 Description
This PR updates CCExtractor’s Rust Minimum Supported Rust Version (MSRV) from 1.54.0 to 1.87.0.
The change is applied consistently across:
Linux build and configure scripts
macOS build and configure scripts
CMake Rust version checks
Clippy configuration (clippy.toml)
With this update, the build system explicitly enforces Rust ≥ 1.87.0, ensuring the declared MSRV matches the Rust features and tooling currently used in the codebase and preventing mismatches during builds and CI
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.