Closed pitoniak32 closed 3 months ago
I was very confused why this would be happening. cargo clean
didn't do anything, I got more aggressive and installed cargo install cargo-cache
and did cargo cache -a
and now everything builds fine... Not sure where / how I got that corrupted package from.
I was very confused why this would be happening.
cargo clean
didn't do anything, I got more aggressive and installedcargo install cargo-cache
and didcargo cache -a
and now everything builds fine... Not sure where / how I got that corrupted package from.
Thanks for reporting back. Indeed, it seems like one bit flipped from 1 to 0 to make the lowercase 'r' an uppercase 'R'. But that seems to be local to your system, as you noticed.
I'm not sure why there is a random capital
R
? I was looking at the code and it doesn't seem like it was ever in the code, it seems like a corrupted release?build logs: