diff --git a/Cargo.toml b/Cargo.toml index 8626817..a9df3d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [".", "examples/split-chart"] [dependencies] plotters = { version = "0.3", default_features = false } plotters-backend = "0.3" -iced_widget = { version = "0.1", features = ["canvas"] } +iced_widget = { version = "0.12", features = ["canvas"] } iced_graphics = "0.9" once_cell = "1"