chore: remove unneeded dependency
This commit is contained in:
parent
e041349ee9
commit
7ac87edc94
2 changed files with 0 additions and 14 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -2085,9 +2085,7 @@ dependencies = [
|
||||||
"libpaket",
|
"libpaket",
|
||||||
"oo7",
|
"oo7",
|
||||||
"relm4",
|
"relm4",
|
||||||
"relm4-components",
|
|
||||||
"relm4-icons",
|
"relm4-icons",
|
||||||
"relm4-macros",
|
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"tracker",
|
"tracker",
|
||||||
"webkit6",
|
"webkit6",
|
||||||
|
@ -2355,16 +2353,6 @@ dependencies = [
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "relm4-components"
|
|
||||||
version = "0.9.0"
|
|
||||||
source = "git+https://github.com/Relm4/Relm4.git#bd9d43fa6c0a88814097ec799d217075b408acd2"
|
|
||||||
dependencies = [
|
|
||||||
"once_cell",
|
|
||||||
"relm4",
|
|
||||||
"tracker",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relm4-css"
|
name = "relm4-css"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
|
|
|
@ -8,8 +8,6 @@ version.workspace = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# using git version, for https://github.com/Relm4/Relm4/pull/677
|
# using git version, for https://github.com/Relm4/Relm4/pull/677
|
||||||
relm4 = { version = "0.9", features = [ "libadwaita", "macros" ], git = "https://github.com/Relm4/Relm4.git" }
|
relm4 = { version = "0.9", features = [ "libadwaita", "macros" ], git = "https://github.com/Relm4/Relm4.git" }
|
||||||
relm4-components = { version = "0.9", git = "https://github.com/Relm4/Relm4.git" }
|
|
||||||
relm4-macros = { version = "0.9", git = "https://github.com/Relm4/Relm4.git" }
|
|
||||||
relm4-icons = { version = "0.9", git = "https://github.com/Relm4/icons.git" }
|
relm4-icons = { version = "0.9", git = "https://github.com/Relm4/icons.git" }
|
||||||
tracker = "0.2"
|
tracker = "0.2"
|
||||||
adw = {package = "libadwaita", version = "0.7", features = [ "v1_6" ]}
|
adw = {package = "libadwaita", version = "0.7", features = [ "v1_6" ]}
|
||||||
|
|
Loading…
Reference in a new issue