johannesvollmer / exrs

100% Safe Rust OpenEXR file library
Other
149 stars 23 forks source link

Updated dependencies #225

Closed nadenf closed 9 months ago

johannesvollmer commented 1 year ago

Hi! Thanks for taking the time to contribute. However, it's better for users if we keep the versions at the lowest possible - it allows cargo to merge the dependencies with other dependencies in their project. Cargo will automatically use the newest version of each crate, because we only specify the minimum version using ^.

The reason that half is limited even more is to stay compatible with the older rust compilers.

Still I appreciate your efforts and good intentions :)