From 7ac87edc944ef28da7ca240df20850fbe28a327b Mon Sep 17 00:00:00 2001 From: jane400 Date: Thu, 19 Sep 2024 22:32:56 +0200 Subject: [PATCH] chore: remove unneeded dependency --- Cargo.lock | 12 ------------ paket/Cargo.toml | 2 -- 2 files changed, 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4c5e89..432e44f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2085,9 +2085,7 @@ dependencies = [ "libpaket", "oo7", "relm4", - "relm4-components", "relm4-icons", - "relm4-macros", "reqwest", "tracker", "webkit6", @@ -2355,16 +2353,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "relm4-components" -version = "0.9.0" -source = "git+https://github.com/Relm4/Relm4.git#bd9d43fa6c0a88814097ec799d217075b408acd2" -dependencies = [ - "once_cell", - "relm4", - "tracker", -] - [[package]] name = "relm4-css" version = "0.9.0" diff --git a/paket/Cargo.toml b/paket/Cargo.toml index 4ef1db3..647b15f 100644 --- a/paket/Cargo.toml +++ b/paket/Cargo.toml @@ -8,8 +8,6 @@ version.workspace = true [dependencies] # 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-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" } tracker = "0.2" adw = {package = "libadwaita", version = "0.7", features = [ "v1_6" ]}