diff --git a/Cargo.toml b/Cargo.toml index da96622..fdc24de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "town-of-us-updater" -version = "1.0.0" +version = "2.0.0" edition = "2021" build = "src/build.rs" diff --git a/src/main.rs b/src/main.rs index d4a7226..d44a2ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -355,7 +355,7 @@ async fn main() { .title(title_string) .window_size((400.0, 400.0)); let app_launcher = AppLauncher::with_window(main_window); - let external_handler = app_launcher.get_external_handle(); + let _external_handler = app_launcher.get_external_handle(); app_launcher.launch(1).unwrap(); // AppLauncher::with_window(main_window).launch(1).unwrap();