rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
895 stars 161 forks source link

flate2 1.0.23 on crates.io is not really 1.0.23 #309

Closed mikebenfield closed 2 years ago

mikebenfield commented 2 years ago

It's actually flate2 1.0.24 in the tarball:

>  cargo download flate2=1.0.23 > flate2-1.0.23.tar.gz
>  tar xvzf flate2-1.0.23.tar.gz 
flate2-1.0.24/.cargo_vcs_info.json
<...snip...>
mikebenfield commented 2 years ago

Wow, nevermind. Apparently despite the "=" in the syntax of cargo download, it doesn't necessarily download the version you tell it to.