Skip to content

Commit 2c9939f

Browse files
committed
chore: bump runtime-v8 to v0.11.3 (V8 145)
1 parent 0fecfba commit 2c9939f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ database = ["dep:sqlx", "dep:dotenvy"]
1515
openworkers-core = { git = "https://github.com/openworkers/openworkers-core", tag = "v0.11.0" }
1616

1717
# Runtime backend (V8) - required
18-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.11.2", features = ["ptrcomp"] }
18+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.11.3", features = ["ptrcomp"] }
1919

2020
# Async runtime
2121
tokio = { version = "1.49.0", features = ["full"] }

0 commit comments

Comments
 (0)