Open dtolnay opened 1 year ago
It's worked fine for >4 years, but starting today, the instructions provided here no longer work:
https://github.com/koute/cargo-web/tree/2ddd9bbb567b8d4893e923cba8ad03806d383d80#precompiled-binaries
The curl -L -s -H 'Accept: application/json' https://github.com/koute/cargo-web/releases/latest now returns HTML instead of JSON like it used to. (Maybe this is a short-lived GitHub bug?)
curl -L -s -H 'Accept: application/json' https://github.com/koute/cargo-web/releases/latest
For GitHub Actions users: https://github.com/serde-rs/serde/commit/adcb11ca183d0e4cd85c9a7cf9352d2cdc33a695 should work as a replacement.
It's worked fine for >4 years, but starting today, the instructions provided here no longer work:
https://github.com/koute/cargo-web/tree/2ddd9bbb567b8d4893e923cba8ad03806d383d80#precompiled-binaries
The
curl -L -s -H 'Accept: application/json' https://github.com/koute/cargo-web/releases/latest
now returns HTML instead of JSON like it used to. (Maybe this is a short-lived GitHub bug?)For GitHub Actions users: https://github.com/serde-rs/serde/commit/adcb11ca183d0e4cd85c9a7cf9352d2cdc33a695 should work as a replacement.