diff --git a/crates/tauri-schema-worker/wrangler.toml b/crates/tauri-schema-worker/wrangler.toml index 661b6059ab28..e7e56a635766 100644 --- a/crates/tauri-schema-worker/wrangler.toml +++ b/crates/tauri-schema-worker/wrangler.toml @@ -9,7 +9,7 @@ send_metrics = false # The minor version of worker-build must match worker/worker-macros in Cargo.toml! [build] -command = "cargo install -q worker-build@^0.7 && worker-build --release" +command = "cargo install -q worker-build@^0.8 && worker-build --release" [observability] enabled = true