Skip to content

Commit 3115cc7

Browse files
committed
Fix handlers priorities
1 parent a0350a8 commit 3115cc7

3 files changed

Lines changed: 553 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openworkers-runner"
3-
version = "0.8.1"
3+
version = "0.8.4"
44
edition = "2024"
55
license = "MIT"
66
default-run = "openworkers-runner"
@@ -39,7 +39,7 @@ openworkers-core = { git = "https://github.com/openworkers/openworkers-core", ta
3939

4040
# Runtime backend (v8 only for now, others require core 0.5)
4141
# openworkers-runtime-v8 = { path = "../openworkers-runtime-v8", optional = true }
42-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.8.1", optional = true }
42+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.8.4", optional = true }
4343

4444
# WASM runtime (optional)
4545
# openworkers-runtime-wasm = { path = "../openworkers-runtime-wasm", optional = true }

0 commit comments

Comments
 (0)