Skip to content

Commit bf2971f

Browse files
committed
Bump openworkers-runtime-v8 to v0.13.15 (fix URL userinfo parsing)
1 parent 213bd8c commit bf2971f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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.13.14"
3+
version = "0.13.15"
44
edition = "2024"
55
license = "MIT"
66
default-run = "openworkers-runner"
@@ -63,7 +63,7 @@ openworkers-core = { git = "https://github.com/openworkers/openworkers-core", ta
6363
openworkers-transform = { git = "https://github.com/openworkers/openworkers-transform", tag = "v0.1.0" }
6464

6565
# Runtime backend (v8 only for now, others require older version of core)
66-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.13.14", optional = true, features = ["ptrcomp"] }
66+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.13.15", optional = true, features = ["ptrcomp"] }
6767

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

0 commit comments

Comments
 (0)