Tweaks from cargo update and patches

This commit is contained in:
Luke Parker
2023-12-30 03:26:11 -05:00
parent 890b70212a
commit 8c676d98c5
3 changed files with 4 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ rust-version = "1.56"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
mach2 = "0.4"

View File

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