@@ -74,10 +74,10 @@ web-sys = { version = "0.3.95", features = [
7474 " WritableStream" ,
7575 " WritableStreamDefaultWriter" ,
7676] }
77- worker = { version = " 0.7.5 " , path = " worker" , features = [" queue" , " d1" , " axum" , " timezone" ] }
77+ worker = { version = " 0.8.0 " , path = " worker" , features = [" queue" , " d1" , " axum" , " timezone" ] }
7878worker-codegen = { path = " worker-codegen" , version = " 0.2.0" }
79- worker-macros = { version = " 0.7.5 " , path = " worker-macros" , features = [" queue" ] }
80- worker-sys = { version = " 0.7.5 " , path = " worker-sys" , features = [" d1" , " queue" ] }
79+ worker-macros = { version = " 0.8.0 " , path = " worker-macros" , features = [" queue" ] }
80+ worker-sys = { version = " 0.8.0 " , path = " worker-sys" , features = [" d1" , " queue" ] }
8181
8282[profile .release ]
8383# rustc supports two "optimize for size" levels: opt-level = "s" and "z".
@@ -104,12 +104,3 @@ opt-level = "z"
104104
105105# These are local patches we use to test against local wasm bindgen
106106# We always align on the exact stable wasm bindgen version for releases
107- [patch .crates-io ]
108- js-sys = { version = " 0.3.95" , path = ' ./wasm-bindgen/crates/js-sys' }
109- wasm-bindgen = { version = " 0.2.118" , path = ' ./wasm-bindgen' }
110- wasm-bindgen-cli-support = { version = " 0.2.118" , path = " ./wasm-bindgen/crates/cli-support" }
111- wasm-bindgen-futures = { version = " 0.4.68" , path = ' ./wasm-bindgen/crates/futures' }
112- wasm-bindgen-macro-support = { version = " 0.2.118" , path = " ./wasm-bindgen/crates/macro-support" }
113- wasm-bindgen-shared = { version = " 0.2.118" , path = " ./wasm-bindgen/crates/shared" }
114- wasm-bindgen-test = { version = " 0.3.68" , path = " ./wasm-bindgen/crates/test" }
115- web-sys = { version = " 0.3.95" , path = ' ./wasm-bindgen/crates/web-sys' }
0 commit comments