ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
558 stars 41 forks source link

cleanup: Exclude `compact_str` from workspace cleanup MSRV workflow #307

Closed ParkMyCar closed 8 months ago

ParkMyCar commented 8 months ago

This PR excludes the compact_str crate from the workspace to help relax the dependency resolution. It also cleans up the MSRV workflow now that dependency resolution is relaxed.