11[package ]
22name = " openworkers-runner"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44edition = " 2024"
55default-run = " openworkers-runner"
66
@@ -25,11 +25,11 @@ env_logger = "0.11.6"
2525sqlx = { 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