Closed VorpalBlade closed 7 months ago
I don't have a record of what this is either; it would take some guessing and testing.
The unprefixed tags are for the rand
crate which does not share version numbers (or at least, did not use to), so won't be much help here (the latest rand
v0.8.5 is also older than rand_core
0.6.4).
I believe there should be a hidden file in the crate with the revision (unless --allow-dirty
was used). I'm on my phone right now, so can't check. But if it exists, it should allow reconstruction of the tag from that.
Tagged.
I started investigating (using cargo-goggles) if crates.io packages match git tags after the recent xz backdoor. I found that rand_core-0.6.4 has no matching tag in this repo. And at the plain tag 0.6.4, the code does not match (completely different version of rand_core).