Skip to content

Commit

Permalink
remove mach patch
Browse files Browse the repository at this point in the history
  • Loading branch information
akildemir committed Jan 8, 2024
1 parent 3aa8007 commit 2da2b75
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
9 changes: 1 addition & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ members = [
"patches/matches",
"patches/option-ext",
"patches/directories-next",
"patches/mach",
"patches/proc-macro-crate",
]

Expand Down Expand Up @@ -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" }

Expand Down
17 changes: 0 additions & 17 deletions patches/mach/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions patches/mach/src/lib.rs

This file was deleted.

0 comments on commit 2da2b75

Please sign in to comment.