Skip to content

Commit

Permalink
⬆️ update tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Jan 30, 2025
1 parent c5e485f commit c6c700a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 45 deletions.
110 changes: 66 additions & 44 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
tauri-build = { version = "2.0.0-rc", features = [] }

[dependencies]
tauri = { version = "2.0.0", features = ["macos-private-api"] }
tauri = { version = "2.2.5", features = ["macos-private-api"] }
tauri-plugin-shell = "2.0.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit c6c700a

Please sign in to comment.