Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@stacksjb
Copy link
Member

updates rust to 1.92

dependabot bot and others added 3 commits December 21, 2025 22:22
@stacksjb stacksjb requested a review from alanvardy as a code owner December 22, 2025 05:39
Copilot AI review requested due to automatic review settings December 22, 2025 05:39
@stacksjb stacksjb enabled auto-merge (rebase) December 22, 2025 05:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Rust toolchain from version 1.91.0 to 1.92.0 and removes an unused import that was likely flagged by the newer Rust compiler/clippy version.

  • Updates Rust toolchain version in rust-toolchain.toml
  • Removes unused clap::command import (the #[command(...)] attribute is automatically available via #[derive(Parser)])
  • Updates transitive dependencies in Cargo.lock as a result of the toolchain update

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
rust-toolchain.toml Updates Rust toolchain channel from 1.91.0 to 1.92.0
src/commands/mod.rs Removes unused use clap::command import
Cargo.lock Updates dependency checksums and versions for various transitive dependencies

@stacksjb stacksjb disabled auto-merge December 22, 2025 22:31
@stacksjb stacksjb merged commit dcf5be3 into main Dec 22, 2025
25 checks passed
@stacksjb stacksjb deleted the rustup branch December 22, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants