tafia / calamine

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

feat: use std::cell::OnceCell instead of the once_cell crate #411

Closed softdevca closed 4 months ago

softdevca commented 4 months ago

Use std::cell::OnceCell instead of the once_cell crate to reduce dependencies. Requires bumping MSRV to Rust 1.70.

softdevca commented 4 months ago

Closing until actions can be updated.