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

@@ -1,17 +0,0 @@
[package]
name = "mach"
version = "0.3.2"
description = "Replacement for mach which uses the mach2 implementation"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/patches/mach"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
rust-version = "1.56"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
mach2 = "0.4"

View File

@@ -1,2 +0,0 @@
#[cfg(any(target_os = "macos", target_os = "ios"))]
pub use mach2::*;