whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
146 stars 29 forks source link

Reduce MSRV and add a MSRV build job #52

Closed nickelc closed 1 year ago

nickelc commented 1 year ago

The namespaced features with the dep prefix was stabilized with 1.60, and the MSRV can be reduced to 1.27.2 by avoiding it.

It's not necessary to define a feature to enable a single optional dependencies.

The build job makes it possible to keep the MSRV in check and bump the version deliberately when needed.

whitequark commented 1 year ago

Thanks!

nickelc commented 1 year ago

Thanks for the response time.