diff --git a/recipes-support/swww/swww/0001-Cargo.toml-dont-strip-by-default.patch b/recipes-support/swww/swww/0001-Cargo.toml-dont-strip-by-default.patch deleted file mode 100644 index 5e39233..0000000 --- a/recipes-support/swww/swww/0001-Cargo.toml-dont-strip-by-default.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 9d25d0e1cfa6c9b0a6a4f732942500ccd4a34d50 Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Sat, 31 Aug 2024 17:16:35 +0200 -Subject: [PATCH] Cargo: dont strip by default - -Signed-off-by: Markus Volk - -Upstream-Status: Inappropriate [oe-specific] ---- - Cargo.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Cargo.toml b/Cargo.toml -index d16be66..55ca185 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -39,7 +39,7 @@ debug = 0 - lto = true - opt-level = 3 - codegen-units = 1 --strip = true -+strip = false - - [profile.bench] - lto = "thin" --- -2.45.2 - diff --git a/recipes-support/swww/swww/0001-client-Cargo.toml-disable-dev-dependecies.patch b/recipes-support/swww/swww/0001-client-Cargo.toml-disable-dev-dependecies.patch deleted file mode 100644 index ed990c5..0000000 --- a/recipes-support/swww/swww/0001-client-Cargo.toml-disable-dev-dependecies.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 49ba38198b2ca1928263eeafc24472fa548cba6b Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Sat, 31 Aug 2024 16:32:52 +0200 -Subject: [PATCH] client/Cargo.toml: disable dev dependecies - -Signed-off-by: Markus Volk - -Upstream-Status: Inappropriate [oe-specific] ---- - client/Cargo.toml | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/client/Cargo.toml b/client/Cargo.toml -index b715e90..aacfc91 100644 ---- a/client/Cargo.toml -+++ b/client/Cargo.toml -@@ -33,9 +33,6 @@ clap = { version = "4.5", features = ["derive", "wrap_help", "env"] } - fastrand = { version = "2.1", default-features = false, features = ["std"] } - common = { workspace = true } - --[dev-dependencies] --assert_cmd = "2.0" -- - [build-dependencies] - clap = { version = "4.5", features = ["derive", "env"] } - clap_complete = "4.5" --- -2.45.2 -