zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Added xtensa architecture to cfg for AtomicU64 #422

Closed gpgreen closed 5 months ago

gpgreen commented 9 months ago

I am using the epub crate, which has zip as a dependencie for a xtensa project. It won't compile as this architecture doesn't have 64bit atomics

kyrias commented 6 months ago

(Doing this would then close #413.)

Pr0methean commented 5 months ago

This was rendered obsolete by https://github.com/zip-rs/zip2/commit/9438bef0f7577cd7babd3d9bd52d575e71109e9b.