Skip to content

Commit 3537dd0

Browse files
authored
chore: Update tauri dependency to version 2.0.0-rc.0 (#22)
1 parent 13d319d commit 3537dd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repository = "https://github.com/FabianLars/tauri-plugin-oauth"
1212
links = "tauri-plugin-oauth"
1313

1414
[dependencies]
15-
tauri = { version = "2.0.0-beta.12" }
15+
tauri = { version = "2.0.0-rc.0" }
1616
httparse = "1"
1717
log = "0.4"
1818
serde = "1"
1919
url = "2"
2020
thiserror = "1.0"
2121

2222
[build-dependencies]
23-
tauri-plugin = { version = "2.0.0-beta.10", features = ["build"] }
23+
tauri-plugin = { version = "2.0.0-rc.0", features = ["build"] }

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ pub fn cancel(port: u16) -> Result<(), std::io::Error> {
194194
}
195195

196196
mod plugin_impl {
197-
use tauri::{Manager, Runtime, Window};
197+
use tauri::{Emitter, Manager, Runtime, Window};
198198

199199
#[tauri::command]
200200
pub(crate) fn start<R: Runtime>(

0 commit comments

Comments
 (0)