Hi! As part of https://github.com/M4SS-Code/cargo-goggles/issues/11 we're scraping the top 20k crates from crates.io and verifying that the releases can be reproduced from the contents of the git repository. timely v0.12.0 doesn't reproduce, which can be verified with the following script:
Hi! As part of https://github.com/M4SS-Code/cargo-goggles/issues/11 we're scraping the top 20k crates from crates.io and verifying that the releases can be reproduced from the contents of the git repository.
timely
v0.12.0 doesn't reproduce, which can be verified with the following script:Which yields this diff (differences in
Cargo.toml
andCargo.lock
are skipped as likely caused bycargo hack
):The differences seem to be explained by parts of 13b73972939b25a6a5eb0b673d0597aea226c7a4 being missed in the release.