Skip to content

Commit 46ed4fd

Browse files
committed
Update runtime-v8 (fix tee() implementation)
1 parent 3837671 commit 46ed4fd

3 files changed

Lines changed: 1034 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.7.0"
3+
version = "0.7.1"
44
edition = "2024"
55
default-run = "openworkers-runner"
66

@@ -34,7 +34,7 @@ openworkers-core = { git = "https://github.com/openworkers/openworkers-core", ta
3434

3535
# Runtime backend (v8 only for now, others require core 0.5)
3636
# openworkers-runtime-v8 = { path = "../openworkers-runtime-v8", features = ["actix"], optional = true }
37-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.7.0", features = ["actix"], optional = true }
37+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.7.1", features = ["actix"], optional = true }
3838

3939
# Database bindings (optional)
4040
# postgate = { path = "../postgate", default-features = false, optional = true }

0 commit comments

Comments
 (0)