apgoetz / jolly

Apache License 2.0
12 stars 3 forks source link

Added MSRV value to crate #8

Closed apgoetz closed 1 year ago

apgoetz commented 1 year ago

Jolly will track latest stable like its major iced dependency.

This is now mentioned in the README as well as Cargo.toml.

CI has also been updated to run tests on MSRV instead of whatever version of rust github happens to have installed on its runners.

Fixes #6