pyfisch / keyboard-types

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

deps: Update to bitflags 2. #28

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

This requires enabling a "serde" feature when the keyboard-types "serde" feature is enabled.

waywardmonkeys commented 1 year ago

I guess this would mean having to bump to 0.7, so I don't know if you want that immediately or want to pick up other breaking changes as well.

waywardmonkeys commented 1 year ago

Okay, so this use of the dep:serde syntax only works in 1.60 and later. Should we bump MSRV?