Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 29, 2024
1 parent 480813b commit 0cd04cc
Showing 1 changed file with 2 additions and 2 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.3", features = [] }
tauri-build = { version = "=2.0.0-rc.7", features = [] }

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


# Logging
Expand Down

0 comments on commit 0cd04cc

Please sign in to comment.