koute / cargo-web

A Cargo subcommand for the client-side Web
Apache License 2.0
1.11k stars 80 forks source link

Installation instruction for precompiled binaries no longer works #271

Open dtolnay opened 1 year ago

dtolnay commented 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?)

For GitHub Actions users: https://github.com/serde-rs/serde/commit/adcb11ca183d0e4cd85c9a7cf9352d2cdc33a695 should work as a replacement.