diff --git a/widgets/Cargo.toml b/widgets/Cargo.toml index 20d4dd98..7113c74c 100644 --- a/widgets/Cargo.toml +++ b/widgets/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -gtk4 = { version = "0.4.6", features = ["v4_4"] } +gtk4 = { version = "0.4", features = ["v4_4"] } relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" } relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" } tracker = "0.1.1"