Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
316 changes: 256 additions & 60 deletions Cargo.lock

Large diffs are not rendered by default.

347 changes: 234 additions & 113 deletions driver/Cargo.lock

Large diffs are not rendered by default.

276 changes: 239 additions & 37 deletions examples/experimental/derive_opportunity/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/experimental/derive_opportunity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "ui_ignore"
path = "ui_ignore/main.rs"

[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "54482290b5f32e6c6b57cc9e0a17153f432b0036" }
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "e645f93552c3926a0bb481a777df120b7bce986f" }
once_cell = "1.21"
serde = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/derive_opportunity/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2026-01-22"
channel = "nightly-2026-03-05"
components = ["llvm-tools-preview", "rustc-dev"]
Loading
Loading