Update uses of relm4-macros to relm4 next branch

This commit is contained in:
Ian Douglas Scott 2022-06-29 12:00:18 -07:00
parent 3782df1e96
commit 04c7e73dec
10 changed files with 31 additions and 15 deletions

View file

@ -10,7 +10,7 @@ cascade = "1.0.0"
gtk4 = { version = "0.4.5", features = ["v4_4"] }
gio = "0.15.3"
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
relm4-macros = "0.4.4"
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
serde = "1.0.136"
serde_json = "1.0.78"
tokio = { version = "1.16.1", features = ["sync"] }