Description
The version of the crates-io crate was bumped to 0.32.0 in this commit:
5a1862c
It looks like this exact commit was published to crates.io as version 0.32.0.
It's hard to tell, because the published crate does not contain a .cargo_cvs_info.json
file for some reason?
However, the immediately next commit reverted the version back to 0.31.0, and was incremented to 0.31.1 in a later commit, which was then published to crates.io as 0.31.1. This is also reflected by the fact that 0.31.1 was published later than 0.32.0: https://crates.io/crates/crates-io/versions
I found this discrepancy because I hit a strange issue where the crates-io
crate source code is missing the is_url_crates_io
function in the "latest" version (0.32.0) but the function is definitely there in the git repo.