From 1c3d5b471b81056f5b76c80c4eef8afbb249feaf Mon Sep 17 00:00:00 2001 From: Darach Ennis Date: Wed, 10 Apr 2024 16:24:47 +0000 Subject: [PATCH] Fix typo from codespaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2878d8e..0d7b5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tower-lsp = { version = "0.19", default-features = false, features = [ "runtime-agnostic", ] } -tremor-script = { version="v0.13.0-rc.18", features = [ +tremor-script = { version="0.13.0-rc.18", features = [ "arena-delete", ] } tracing-subscriber="0.3.16"