Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 6, 2024
1 parent b0c023f commit 0fbc394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "=2.0.0-rc.8", features = [] }
tauri-build = { version = "=2.0.0-rc.9", features = [] }

[dependencies]
serde_json = "1.0"
tauri = { version = "2.0.0-rc.9", features = ["tray-icon", "devtools", "image-png", "image-ico"] }
tauri = { version = "2.0.0-rc.10", features = ["tray-icon", "devtools", "image-png", "image-ico"] }


# Logging
Expand Down

Large diffs are not rendered by default.

0 comments on commit 0fbc394

Please sign in to comment.