From eb2fe67987c1a2c16229f05239f6ec0dc84b4f0b Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Fri, 27 Sep 2024 16:25:47 -0700 Subject: [PATCH] fix build --- screenpipe-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenpipe-core/Cargo.toml b/screenpipe-core/Cargo.toml index 83020fed..89e9415c 100644 --- a/screenpipe-core/Cargo.toml +++ b/screenpipe-core/Cargo.toml @@ -23,7 +23,7 @@ reqwest = { workspace = true } tokio = { workspace = true } deno_core = { version = "0.311.0", optional = true } -deno_ast = { version = "0.42.0", features = ["transpiling"], optional = true } +deno_ast = { version = "0.38.2", features = ["transpiling"], optional = true } # Security regex = { version = "1.10.6", features = ["std"], optional = true } lazy_static = { version = "1.4.0", optional = true }