aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-11 17:12:14 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-11 17:12:14 +0100
commit84a50b7f11db6d0b6cf1bbd7e233d11aaad621c7 (patch)
treea4625a44d14ef9ae4128e065a6a1d82bb50c5059
parentchore: add mailmap (diff)
downloadiced_dialog-84a50b7f11db6d0b6cf1bbd7e233d11aaad621c7.tar.gz
chore: point iced deps to 0.15.0-dev
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e16d24f..1149f1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,12 +21,12 @@ exclude = [
]
[dependencies]
-iced_widget = "0.14.0-dev"
-iced_core = { version = "0.14.0-dev", features = ["advanced"] }
+iced_widget = "0.15.0-dev"
+iced_core = { version = "0.15.0-dev", features = ["advanced"] }
[dev-dependencies]
-iced = "0.14.0-dev"
-iced_test = "0.14.0-dev"
+iced = "0.15.0-dev"
+iced_test = "0.15.0-dev"
[[example]]
name = "save"