Skip to content

Commit

Permalink
release-app fix cidre
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Feb 21, 2025
1 parent 5416944 commit d350263
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.36.1"
version = "0.36.2"
description = ""
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ windows = { version = "0.58", features = [

[target.'cfg(target_os = "macos")'.dependencies]
libc = "=0.2.164"
cidre = { git = "https://github.com/yury/cidre.git", version = "0.6.0" }
cidre = { git = "https://github.com/yury/cidre.git" } # idk why cant pin version / rev
accessibility-sys = "0.1.3"
core-foundation = "0.9.4"
url = "2.5.0"
Expand Down

0 comments on commit d350263

Please sign in to comment.