-
Notifications
You must be signed in to change notification settings - Fork 24
Update Rust to stable and update dependencies #56
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0f1f52c to
d885a75
Compare
Released December 2023. Present in Ubuntu 24.04: https://packages.ubuntu.com/noble/cargo At least 1.79 already in Fedora 40: https://packages.fedoraproject.org/pkgs/rust/cargo/ At least 1.79 alrady in FreeBSD 13 and later: https://www.freshports.org/lang/rust Signed-off-by: Daniel Schaefer <dhs@frame.work>
- sha2: 0.10.6 -> 0.10.8 Signed-off-by: Daniel Schaefer <dhs@frame.work>
- sha2: 0.10.6 -> 0.10.8 - regex: 1.10.4 -> 1.10.6 Signed-off-by: Daniel Schaefer <dhs@frame.work>
- sha2: 0.10.6 -> 0.10.8 - regex: 1.10.4 -> 1.10.6 - libc: No update - clap: 4.0 -> 4.5 - clap-verbosity-flag: 2.0.1 -> 2.2.1 Signed-off-by: Daniel Schaefer <dhs@frame.work>
- sha2: 0.10.6 -> 0.10.8 - regex: 1.10.4 -> 1.10.6 - libc: No update - clap: 4.0 -> 4.5 - clap-verbosity-flag: 2.0.1 -> 2.2.1 - nix: 0.25.0 -> 0.29.0 Signed-off-by: Daniel Schaefer <dhs@frame.work>
- sha2: 0.10.6 -> 0.10.8 - regex: 1.10.4 -> 1.10.6 - libc: No update - clap: 4.0 -> 4.5 - clap-verbosity-flag: 2.0.1 -> 2.2.1 - nix: 0.25.0 -> 0.29.0 - num-derive: 0.3 -> 0.4 - env_logger: 0.10 -> 0.11 - spin: 0.9.4 -> 0.9.8 - hidapi:2.1.0 -> 2.6.1 - rusb: 0.9.1 -> 0.9.4 Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Seems with newer hid version, mutable is not required anymore. Signed-off-by: Daniel Schaefer <dhs@frame.work>
As determined by cargo-msrv. Should be fine, e.g. Ubuntu 24.04 LTS ships with Rust 1.75. Signed-off-by: Daniel Schaefer <dhs@frame.work>
Don't pin an old release, let's let people use the latest stable. Signed-off-by: Daniel Schaefer <dhs@frame.work>
d885a75 to
e65909d
Compare
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Now an error because DeviceIoControl doesn't accept an option anymore Signed-off-by: Daniel Schaefer <dhs@frame.work>
windows 0.58 changed HANDLE from int to void pointer, now it wouldn't compile anymore because we need it to implement Send. So just implement a wrapper around it. Signed-off-by: Daniel Schaefer <dhs@frame.work>
Fixes: #63 Signed-off-by: Daniel Schaefer <dhs@frame.work>
Member
Author
|
Tested on Windows, Linux (portio and cros_ec), EFI. Still works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.