Skip to content

Commit a17eed6

Browse files
committed
chore: update runtime-v8 to v0.8.5-locker (uses openworkers-v8 from crates.io)
1 parent 8f4178a commit a17eed6

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 16 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
@@ -39,8 +39,8 @@ reqwest = { version = "0.13.1", default-features = false, features = ["rustls",
3939
openworkers-core = { git = "https://github.com/openworkers/openworkers-core", tag = "v0.8.1", features = ["hyper"] }
4040

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

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

0 commit comments

Comments
 (0)