bret_pat
05/03/2023, 3:16 PMpnpm create cloudflare workers worker-rust
and I'm trying to run pnpm wrangler dev
but I get an error
Running custom build: cargo install -q worker-build && worker-build --release
error[E0658]: use of unstable library feature 'bool_to_option'
I'll add my toml to a separate postbret_pat
05/03/2023, 3:16 PMname = "" # todo
main = "build/worker/shim.mjs"
compatibility_date = "2022-01-20"
[vars]
WORKERS_RS_VERSION = "0.0.16"
[build]
command = "cargo install -q worker-build && worker-build --release"
bret_pat
05/03/2023, 3:17 PM