Remove unused notify patches from Cargo.toml

This commit is contained in:
iamnbutler
2025-12-12 14:25:43 -05:00
parent 8c923ca919
commit 53045bf220
2 changed files with 0 additions and 12 deletions
Generated
-10
View File
@@ -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"
-2
View File
@@ -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]