diff --git a/Cargo.toml b/Cargo.toml index ff00f37..8b8d704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"] members = ["demo"] [dependencies] -egui = { version = "0.24.1", default-features = false } +egui = { version = "0.25", default-features = false } diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 8c837c7..879865e 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" edition = "2021" [dependencies] -eframe = "0.24.0" +eframe = "0.25.0" egui-toast = { path = ".." } [target.'cfg(target_arch = "wasm32")'.dependencies]