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

18
Cargo.lock generated
View file

@ -301,7 +301,7 @@ dependencies = [
"libcosmic",
"once_cell",
"pretty_env_logger",
"relm4-macros 0.4.4",
"relm4-macros 0.5.0-beta.1",
"rust-embed",
"serde",
"serde_json",
@ -335,7 +335,7 @@ dependencies = [
"cosmic-panel-config",
"gtk4",
"once_cell",
"relm4-macros 0.4.4",
"relm4-macros 0.5.0-beta.1",
"tokio",
"zbus",
]
@ -351,7 +351,7 @@ dependencies = [
"itertools",
"libcosmic-widgets",
"once_cell",
"relm4-macros 0.4.4",
"relm4-macros 0.5.0-beta.1",
"slotmap",
"tokio",
"zbus",
@ -382,7 +382,7 @@ dependencies = [
"logind-zbus",
"nix 0.24.1",
"once_cell",
"relm4-macros 0.4.4",
"relm4-macros 0.5.0-beta.1",
"tokio",
"zbus",
]
@ -2183,6 +2183,16 @@ dependencies = [
"syn",
]
[[package]]
name = "relm4-macros"
version = "0.5.0-beta.1"
source = "git+https://github.com/Relm4/Relm4.git?branch=next#d85111b03ba80e5132f79e2fa21b69899aab4c46"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "remove_dir_all"
version = "0.5.3"