remove mach patch

This commit is contained in:
akildemir
2024-01-08 23:32:13 +03:00
committed by Luke Parker
parent 9c06cbccad
commit 6691f16292
4 changed files with 1 additions and 31 deletions

View File

@@ -72,7 +72,6 @@ members = [
"patches/matches",
"patches/option-ext",
"patches/directories-next",
"patches/mach",
"patches/proc-macro-crate",
]
@@ -116,9 +115,6 @@ matches = { path = "patches/matches" }
option-ext = { path = "patches/option-ext" }
directories-next = { path = "patches/directories-next" }
# mach is unmaintained, so this wraps mach2 as mach
mach = { path = "patches/mach" }
# proc-macro-crate 2 binds to an old version of toml for msrv so we patch to 3
proc-macro-crate = { path = "patches/proc-macro-crate" }