aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-11 17:47:39 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-11 17:47:39 +0100
commitd1d689a67a275b69fc2f8e41b3e916f31eef3d3d (patch)
tree4a6bb6f7e9a36ec93f84583e96fdfd45168abd83
parentchore: update as necessary for upstream iced changes (diff)
downloadiced_material-d1d689a67a275b69fc2f8e41b3e916f31eef3d3d.tar.gz
chore: point iced deps to 0.15.0-dev
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97e460e..4fc6197 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,8 +33,8 @@ svg = ["iced_widget/svg"]
qr_code = ["iced_widget/qr_code"]
[dependencies]
-iced_widget = "0.14.0-dev"
-iced_winit = "0.14.0-dev"
+iced_widget = "0.15.0-dev"
+iced_winit = "0.15.0-dev"
serde = { version = "1.0", optional = true }
[dependencies.iced_dialog]
@@ -54,7 +54,7 @@ features = ["derive"]
optional = true
[dev-dependencies]
-iced = "0.14.0-dev"
+iced = "0.15.0-dev"
[lints.rust]
missing_debug_implementations = "deny"