diff --git a/local/patches/base/P0-bootstrap-workspace-fix.patch b/local/patches/base/P0-bootstrap-workspace-fix.patch deleted file mode 100644 index 7f0772901e..0000000000 --- a/local/patches/base/P0-bootstrap-workspace-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/bootstrap/Cargo.toml b/bootstrap/Cargo.toml -index 82120c21..be1f8326 100644 ---- a/bootstrap/Cargo.toml -+++ b/bootstrap/Cargo.toml -@@ -6,6 +6,8 @@ authors = ["4lDO2 <4lDO2@protonmail.com>"] - edition = "2024" - license = "MIT" - -+[workspace] -+ - [dependencies] - hashbrown = { version = "0.15", default-features = false, features = [ - "inline-more",