diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml index 3dca5c49..9869a2c5 100644 --- a/examples/todos/Cargo.toml +++ b/examples/todos/Cargo.toml @@ -6,7 +6,6 @@ edition = "2024" publish = false [features] -default = ["tester"] test = ["iced/test"] tester = ["test", "iced/tester"]