Skip to content

Commit

Permalink
Update opener lib to 0.7
Browse files Browse the repository at this point in the history
Should fix dbus related crash on linux

Issue #84
  • Loading branch information
qu1ck committed Mar 23, 2024
1 parent 0f4a772 commit 28862de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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 @@ -25,7 +25,7 @@ tokio = { version = "^1.28", features = ["net"] }
serde = { version = "^1.0", features = ["derive"] }
tauri = { version = "^1.6", features = [ "clipboard-write-text", "cli", "devtools", "dialog-all", "fs-read-file", "fs-write-file", "notification", "path-all", "shell-open", "system-tray", "window-center", "window-close", "window-create", "window-hide", "window-set-focus", "window-set-position", "window-set-size", "window-set-title", "window-show", "window-unminimize"] }
tauri-utils = "^1.5.3"
opener = { version = "0.6", features = ["reveal"] }
opener = { version = "0.7", features = ["reveal"], default-features = false }
rodio = { version = "0.17.1", features = ["mp3"], default-features = false }
hyper-tls = "0.5.0"
flate2 = "1.0.26"
Expand Down

0 comments on commit 28862de

Please sign in to comment.