From df4cf33a5eaae4c7082c8a78b92b960fe27b6107 Mon Sep 17 00:00:00 2001 From: max-lt Date: Sun, 24 Mar 2024 21:15:34 +0100 Subject: [PATCH] Fix cargo --- Cargo.lock | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7ee5d2..4630441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2530,6 +2530,7 @@ dependencies = [ [[package]] name = "openworkers-runtime" version = "0.1.6" +source = "git+https://github.com/openworkers/openworkers-runtime?tag=v0.1.6#403775ceaacb5d5b67cb07f88dd292a03a798b3f" dependencies = [ "bytes", "deno_console", diff --git a/Cargo.toml b/Cargo.toml index 619cacb..e44858d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ tokio = "1.36.0" env_logger = "0.11.2" http_v02 = { package = "http", version = "0.2.12" } sqlx = { version = "0.7", features = [ "runtime-tokio", "postgres", "uuid", "bigdecimal", "rust_decimal" ] } -# openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.5"} -openworkers-runtime = { path = "../openworkers-runtime" } +openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.6"} +# openworkers-runtime = { path = "../openworkers-runtime" } nats = "0.24.1" serde_json = "1.0.114" serde = { version = "1.0.197", features = ["derive"] }