diff --git a/Cargo.toml b/Cargo.toml index 4fb190f..cc1fd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" gtk = { version = "0.6.6", package = "gtk4" } relm4 = { version = "0.6.0", features = ["libadwaita"] } relm4-components = "0.6.0" -relm4-icons = { features = ["plus", "minus"] } \ No newline at end of file +relm4-icons = { version = "0.6.0", features = ["plus", "minus"] } \ No newline at end of file