protobuf-build icon indicating copy to clipboard operation
protobuf-build copied to clipboard

Git repo behind crates.io?

Open jsgf opened this issue 4 years ago • 1 comments

Crates.io shows the current version is 0.11.1: https://crates.io/crates/protobuf-build but the git Cargo.toml is 0.11.0 as of eae880dedba6368abbc5e052e55a38e789e2dd80.

0.11.0 on crates.io is marked as yanked. Is there some change/fix missing from git?

jsgf avatar Apr 22 '20 23:04 jsgf

0.11.0 on crates.io is marked as yanked. Is there some change/fix missing from git?

The version on Crates.io is 0.11.0 in Git, afaict the only difference is the version number. GitHub is at least one commit ahead of crates.io. So, I think it is just a mistake.

nrc avatar Apr 23 '20 01:04 nrc