Skip to content

Commit d808b32

Browse files
committed
Update runtime
1 parent 1cec488 commit d808b32

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openworkers-runner"
3-
version = "0.7.6"
3+
version = "0.7.8"
44
edition = "2024"
55
license = "MIT"
66
default-run = "openworkers-runner"
@@ -34,11 +34,11 @@ reqwest = { version = "0.13.1", default-features = false, features = ["rustls",
3434

3535
# Core types
3636
# openworkers-core = { path = "../openworkers-core", features = ["hyper"] }
37-
openworkers-core = { git = "https://github.com/openworkers/openworkers-core", tag = "v0.7.2", features = ["hyper"] }
37+
openworkers-core = { git = "https://github.com/openworkers/openworkers-core", tag = "v0.7.3", features = ["hyper"] }
3838

3939
# Runtime backend (v8 only for now, others require core 0.5)
4040
# openworkers-runtime-v8 = { path = "../openworkers-runtime-v8", optional = true }
41-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.7.6", optional = true }
41+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.7.8", optional = true }
4242

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

0 commit comments

Comments
 (0)