From 53045bf2201809ba3877a134077b06a44ce3e1a0 Mon Sep 17 00:00:00 2001 From: iamnbutler Date: Fri, 12 Dec 2025 14:25:43 -0500 Subject: [PATCH] Remove unused notify patches from Cargo.toml --- Cargo.lock | 10 ---------- Cargo.toml | 2 -- 2 files changed, 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5697f66370..b5196d351d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7735,13 +7735,3 @@ dependencies = [ "syn 2.0.106", "winnow", ] - -[[patch.unused]] -name = "notify" -version = "8.2.0" -source = "git+https://github.com/zed-industries/notify.git?rev=b4588b2e5aee68f4c0e100f140e808cbce7b1419#b4588b2e5aee68f4c0e100f140e808cbce7b1419" - -[[patch.unused]] -name = "notify-types" -version = "2.0.0" -source = "git+https://github.com/zed-industries/notify.git?rev=b4588b2e5aee68f4c0e100f140e808cbce7b1419#b4588b2e5aee68f4c0e100f140e808cbce7b1419" diff --git a/Cargo.toml b/Cargo.toml index 06d21ec132..9c58e8f496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -271,8 +271,6 @@ features = [ ] [patch.crates-io] -notify = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" } -notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" } calloop = { git = "https://github.com/zed-industries/calloop" } [profile.dev]