File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ repository = "https://github.com/FabianLars/tauri-plugin-oauth"
12
12
links = " tauri-plugin-oauth"
13
13
14
14
[dependencies ]
15
- tauri = { version = " 2.0.0-beta.12 " }
15
+ tauri = { version = " 2.0.0-rc.0 " }
16
16
httparse = " 1"
17
17
log = " 0.4"
18
18
serde = " 1"
19
19
url = " 2"
20
20
thiserror = " 1.0"
21
21
22
22
[build-dependencies ]
23
- tauri-plugin = { version = " 2.0.0-beta.10 " , features = [" build" ] }
23
+ tauri-plugin = { version = " 2.0.0-rc.0 " , features = [" build" ] }
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ pub fn cancel(port: u16) -> Result<(), std::io::Error> {
194
194
}
195
195
196
196
mod plugin_impl {
197
- use tauri:: { Manager , Runtime , Window } ;
197
+ use tauri:: { Emitter , Manager , Runtime , Window } ;
198
198
199
199
#[ tauri:: command]
200
200
pub ( crate ) fn start < R : Runtime > (
You can’t perform that action at this time.
0 commit comments