From e2e818b74fe0c6c82404c6199e30580966e4eebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:14:25 +0000 Subject: [PATCH] chore(deps): update rust crate eframe to 0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cac1f7f..e6326a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" tao = "0.30" -eframe = "0.27" +eframe = "0.30" iced = "0.12.1" async-std = "1.12.0"