tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.61k stars 155 forks source link

bump msrv to 1.59, add msrv to GitHub Action #322

Closed dimastbk closed 1 year ago

dimastbk commented 1 year ago

MSRV was added in #211. #312 and some other changes broken this MSRV. I think adding this test can help in the future.

Also this PR bumps msrv to 1.59 (because zip requires 1.59), makes clippy happy (!matches macros) and fixes chrono deprecation warnings.

tafia commented 1 year ago

Thanks!