aboutsummaryrefslogtreecommitdiff
path: root/editors/zed/files/patch-crates_remote__server_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zed/files/patch-crates_remote__server_Cargo.toml')
-rw-r--r--editors/zed/files/patch-crates_remote__server_Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/zed/files/patch-crates_remote__server_Cargo.toml b/editors/zed/files/patch-crates_remote__server_Cargo.toml
new file mode 100644
index 000000000000..e5b7f034984c
--- /dev/null
+++ b/editors/zed/files/patch-crates_remote__server_Cargo.toml
@@ -0,0 +1,20 @@
+--- crates/remote_server/Cargo.toml.orig 2025-11-15 04:13:17 UTC
++++ crates/remote_server/Cargo.toml
+@@ -67,12 +67,16 @@ rayon.workspace = true
+ thiserror.workspace = true
+ rayon.workspace = true
+
+-[target.'cfg(not(windows))'.dependencies]
++[target.'cfg(not(any(windows, target_os = "freebsd")))'.dependencies]
+ crashes.workspace = true
+ crash-handler.workspace = true
+ fork.workspace = true
+ libc.workspace = true
+ minidumper.workspace = true
++
++[target.'cfg(target_os = "freebsd")'.dependencies]
++fork.workspace = true
++libc.workspace = true
+
+ [dev-dependencies]
+ action_log.workspace = true