From 2532099efc83a4f3a178ee4782aa9d385c7b3e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 20 Aug 2025 15:07:08 +0200 Subject: [PATCH] Disable `tester` feature in `todos` by default --- examples/todos/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"]