Skip to content

Commit

Permalink
unified image version for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
m13v committed Aug 5, 2024
1 parent 2472fd7 commit bdece06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screenpipe-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ screenpipe-audio = { path = "../screenpipe-audio" }
screenpipe-core = { path = "../screenpipe-core" }

# Image processing
image = "0.25.0"
image = { workspace = true }

# OCR
# rusty-tesseract = "1.1.10"
Expand Down
5 changes: 4 additions & 1 deletion screenpipe-vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ num_cpus = "1.0"
tokio = { workspace = true }

# Image processing
image = "0.25.0"
image = { workspace = true }

# OCR
# rusty-tesseract = "1.1.10"
Expand Down Expand Up @@ -56,6 +56,9 @@ strsim = "0.10.0"
clap = { version = "4.0", features = ["derive"] }
# tokio = { version = "1", features = ["full"] }

# Integrations
screenpipe-integrations = { path = "../screenpipe-integrations" }

[dev-dependencies]
tempfile = "3.3.0"
criterion = { workspace = true }
Expand Down

0 comments on commit bdece06

Please sign in to comment.