Skip to content

tool: Update deps, fix lints, format #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 21, 2025
Merged

tool: Update deps, fix lints, format #522

merged 3 commits into from
Apr 21, 2025

Conversation

crawfxrd
Copy link
Member

Update the deps:

  • hidapi: 1.5.0 -> 2.6.3
  • downcast-rs: 1.2.1 -> 2.0.1

NOTE: This drops support for Ubuntu 22.04, as libhidapi is not new enough (0.11.2).
Resolves: #419

Fix the following lints:

  • unsafe_op_in_unsafe_fn
  • clippy::precedence
  • clippy::unnecessary_cast

- hidapi: 1.5.0 -> 2.6.3
- downcast-rs: 1.2.1 -> 2.0.1

NOTE: This drops support for Ubuntu 22.04, as libhidapi is not new
enough (0.11.2).

Signed-off-by: Tim Crawford <[email protected]>
- unsafe_op_in_unsafe_fn
- clippy::precedence
- clippy::unnecessary_cast

Signed-off-by: Tim Crawford <[email protected]>
    cargo +1.85.0 fmt

Signed-off-by: Tim Crawford <[email protected]>
@crawfxrd crawfxrd requested review from a team March 12, 2025 20:46
@jackpot51 jackpot51 merged commit 86dbc9b into master Apr 21, 2025
48 checks passed
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.

tool: upgrade to hidapi 2.x?
3 participants