From 5f10c9d01c4e3e0961288af0ec255414beb72a09 Mon Sep 17 00:00:00 2001 From: Darach Ennis Date: Wed, 10 Apr 2024 16:21:06 +0000 Subject: [PATCH] Resolve crate version for tremor-script --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a430bc8..2878d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tower-lsp = { version = "0.19", default-features = false, features = [ "runtime-agnostic", ] } -tremor-script = { git = "https://github.com/tremor-rs/tremor-runtime", tag="v0.13.0-rc.17", features = [ +tremor-script = { version="v0.13.0-rc.18", features = [ "arena-delete", ] } tracing-subscriber="0.3.16"