Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
-A clippy::byte_char_slices \
-A clippy::manual_assert_eq \
-A clippy::needless_return_with_question_mark \
-A clippy::unused_async_trait_impl \
Comment thread
fengmk2 marked this conversation as resolved.
-A clippy::useless_borrows_in_formatting
# RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Needed nightly features:
# - cargo `Z-bindeps` to build and embed preload shared libraries as dependencies of fspy
# - `windows_process_extensions_main_thread_handle` to get the main thread handle for Detours injection
channel = "nightly-2026-05-24"
channel = "nightly-2026-06-10"
profile = "default"
Loading