1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,3 +100,3 @@
"http2",
- "macos-system-configuration",
+# "macos-system-configuration",
]
@@ -134,3 +134,3 @@
json = ["dep:serde_json"]
-macos-system-configuration = ["dep:system-configuration"]
+#macos-system-configuration = ["dep:system-configuration"]
multipart = ["dep:mime_guess"]
@@ -638,5 +638,5 @@
-[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
-version = "0.6.0"
-optional = true
+#[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
+#version = "0.6.0"
+#optional = true
|