Closed
Description
For use-cases like running nightly Clippy or Miri on CI, it would be very useful to be able to determine the last version of rustc that had that component included. This site has all the necessary information for that, but it is not available in a machine-readable way. Do you think that would be a reasonable extension?
I could imagine either a JSON file (so a script could use jq
), or maybe just one file per component containing the latest date (so plain curl
is enough -- jq
IIRC is not available on macOS with Travis).