Skip to content

Commit

Permalink
upgrade tauri plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Nov 15, 2024
1 parent 2b08c55 commit 595fa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tauri-plugin-persisted-scope = "=2.0.3"
tauri-plugin-deep-link = "=2.0.1"
tauri-plugin-clipboard-manager = "=2.0.1"
tauri-plugin-log = "=2.0.1"
# tauri-plugin-share = "=2.0.4"
tauri-plugin-share = { path = "../src-plugin/tauri-plugin-share/" }
tauri-plugin-share = "=2.0.5"
# tauri-plugin-share = { path = "../src-plugin/tauri-plugin-share/" }
lazy_static = "1.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 595fa7c

Please sign in to comment.