Skip to content

Commit 480675f

Browse files
committed
chore: bump to v0.11.1 with runtime-v8 v0.11.3 (V8 145)
1 parent 0fecfba commit 480675f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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-task-executor"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
license = "MIT"
66
description = "Minimal task executor for OpenWorkers - fetch only, no database"
@@ -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)