Frommi / miniz_oxide

Rust replacement for miniz
MIT License
168 stars 48 forks source link

alloc implementation raised MSRV #85

Closed Plecra closed 3 years ago

Plecra commented 4 years ago

zip-rs currently has an MSRV of 1.34.0, which is incompatible with the alloc crate. Would it be possible to disable it on versions prior to 1.36.0? I'm happy to do the implementation work

oyvindln commented 4 years ago

Yeah raising it was an oversight.

84 does this, I don't know whether that is a satisfactory solution or if there are better ways of doing it.

1.34 is what's in debian stable, so it's reasonable to still be optionally compatible with it if possible.

oyvindln commented 3 years ago

Should be fixed by #84 and #95 .