Skip to content

Commit a4d974c

Browse files
committed
Update runtimes
1 parent 0eee7c3 commit a4d974c

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openworkers-runner"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
default-run = "openworkers-runner"
66

@@ -25,11 +25,11 @@ env_logger = "0.11.6"
2525
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "uuid", "bigdecimal", "rust_decimal" ] }
2626

2727
# Runtime backends (one must be selected via feature flag)
28-
openworkers-runtime-deno = { git = "https://github.com/openworkers/openworkers-runtime-deno", tag = "v0.5.0", features = ["actix"], optional = true }
29-
openworkers-runtime-quickjs = { git = "https://github.com/openworkers/openworkers-runtime-quickjs", tag = "v0.5.0", features = ["actix"], optional = true }
30-
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.5.0", features = ["actix"], optional = true }
31-
openworkers-runtime-boa = { git = "https://github.com/openworkers/openworkers-runtime-boa", tag = "v0.5.0", features = ["actix"], optional = true }
32-
openworkers-runtime-jsc = { git = "https://github.com/openworkers/openworkers-runtime-jsc", tag = "v0.5.0", features = ["actix"], optional = true }
28+
openworkers-runtime-deno = { git = "https://github.com/openworkers/openworkers-runtime-deno", tag = "v0.5.1", features = ["actix"], optional = true }
29+
openworkers-runtime-quickjs = { git = "https://github.com/openworkers/openworkers-runtime-quickjs", tag = "v0.5.1", features = ["actix"], optional = true }
30+
openworkers-runtime-v8 = { git = "https://github.com/openworkers/openworkers-runtime-v8", tag = "v0.5.1", features = ["actix"], optional = true }
31+
openworkers-runtime-boa = { git = "https://github.com/openworkers/openworkers-runtime-boa", tag = "v0.5.1", features = ["actix"], optional = true }
32+
openworkers-runtime-jsc = { git = "https://github.com/openworkers/openworkers-runtime-jsc", tag = "v0.5.1", features = ["actix"], optional = true }
3333

3434
# openworkers-runtime-deno = { path = "../openworkers-runtime-deno", features = ["actix"], optional = true }
3535
# openworkers-runtime-quickjs = { path = "../openworkers-runtime-quickjs", features = ["actix"], optional = true }

0 commit comments

Comments
 (0)