Bug description
While working on esp-rs/xtensa-toolchain#30, noticed that the xtensa-toolchain started failing (its trying to install 1.64.0.0), looking at the workflow and the reply of the github api request (https://api.github.com/repos/esp-rs/rust-build/releases) we see that the requested version is not there as gh only gives 9 latest releases.
Expected behavior
We can install any version, no matter how old it is.