Skip to content

Commit

Permalink
fix(single-instance): wrong zbus import, closes #980 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Feb 23, 2024
1 parent 7c6d9fd commit 6d1e621
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changes/fix-zbus-import.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"single-instance": patch
---

Fix `zbus::blocking::connection::Builder` import.
58 changes: 29 additions & 29 deletions 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 plugins/single-instance/src/platform_impl/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use tauri::{
AppHandle, Config, Manager, RunEvent, Runtime,
};
use zbus::{
blocking::{Builder, Connection},
blocking::{connection::Builder, Connection},
interface,
};

Expand Down

0 comments on commit 6d1e621

Please sign in to comment.