Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

v1.19.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 15:05
8f932f6

v1.19.2

  • Maintenance

    • fix: override rust type to javascript - nilslice, pull/2055

      the rust type seems to only have been added as a way to automatically trigger wasm-pack, but it's much better to put that in a custom [build] step instead. eventually, we really should phase out the rust type from wrangler altogether.

      this is a side-effect of releasing the new Rust template https://github.com/cloudflare/rustwasm-worker-template

    • update crates.io badge in the readme - jim4067, pull/2052