Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 27, 2024
1 parent 8064b94 commit eb2fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpipe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit eb2fe67

Please sign in to comment.