tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

repo release tags and crate release versions don't match up #167

Open benma opened 4 years ago

benma commented 4 years ago

Hi

I was looking at https://crates.io/crates/quick-protobuf and saw a new release came out, 0.7.0. There doesn't seem to be a tag in this repo for that release, and also the previous releases.

image

Am I looking at the wrong thing?

anselanza commented 4 years ago

I am also confused by this. The examples in README specify

[dependencies]
quick-protobuf = "0.6.2"

But this won't even compile. Changing the version to "0.7.0" fixes this, which matches cargo.toml (quick-protobuf/Cargo.toml) but... yes... the tag is missing and the documentation needs to be updated?

tafia commented 4 years ago

Yes sorry for that, I'll do it asap

jonassmedegaard commented 1 year ago

Newest tagged release is currently quick.0.6.4.

Would be helpful if newer rleases were tagged as well.