Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit de4e3f4

Browse files
noahgiftclaude
andcommitted
fix(deps): update to stable Rust 1.92 for edition2024 support
The aligned, moxcms, and zune-jpeg crates updated to edition2024 which requires Rust 1.85+. Updated rust-toolchain.toml to use stable (1.92.0) to resolve build failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f8b9fad commit de4e3f4

2 files changed

Lines changed: 96 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 95 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See: https://rust-lang.github.io/rustup/overrides.html
33

44
[toolchain]
5-
channel = "1.83.0"
5+
channel = "stable"
66
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]
77
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
88
profile = "default"

0 commit comments

Comments
 (0)