Disable tester feature in todos by default

This commit is contained in:
Héctor Ramón Jiménez 2025-08-20 15:07:08 +02:00
parent b20168b614
commit 2532099efc
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -6,7 +6,6 @@ edition = "2024"
publish = false
[features]
default = ["tester"]
test = ["iced/test"]
tester = ["test", "iced/tester"]