chinedufn / psd

A Rust API for parsing and working with PSD files.
https://chinedufn.github.io/psd
Apache License 2.0
265 stars 40 forks source link

Relax `thiserror` and `anyhow` version specification #50

Closed FirelightFlagboy closed 11 months ago

FirelightFlagboy commented 11 months ago

This allow specificaly to use a more recent version of thiserror that use syn@2 as dependency

chinedufn commented 11 months ago

Thanks!