pyfisch / keyboard-types

Types to define keyboard related events.
Apache License 2.0
54 stars 9 forks source link

Set rust-version (MSRV) to 1.56. #23

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

This is the earliest version that compiles as transitive deps require this.

waywardmonkeys commented 1 year ago

This will also fix the failing clippy checks in CI as it won't ask for the changes to Default any longer as the version introducing that is after 1.56.