Skip to content

Commit

Permalink
fix deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 28, 2024
1 parent 30ddda3 commit 4ea365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.2.74"
version = "0.2.75"
description = ""
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ mkl = ["candle/mkl", "candle-nn/mkl", "candle-transformers/mkl"]

[build-dependencies]
# Move this under the same feature flag
deno_core = { version = "0.307.0", optional = true }
deno_core = { version = "0.311.0", optional = true }

0 comments on commit 4ea365a

Please sign in to comment.