aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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"