hoodie / icalendar-rs

📆 icalendar library, in Rust of course - for fun
Apache License 2.0
122 stars 32 forks source link

Remove pretty_assertions dependency #58

Closed d-e-s-o closed 1 year ago

d-e-s-o commented 1 year ago

The pretty_assertions crate is both a dev and a non-dev dependency. At the same time, it's only actually ever used in test code. Hence, remove the non-dev dependency, as it is unused anyway.

hoodie commented 1 year ago

awesome, thank you I took the liberty of fixing the commit message format here