From 387a6bdda371be00a27581b0e86fe0cef12973ad Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 1 Dec 2025 16:13:01 +0000 Subject: [PATCH] patch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index aa2a912e..7b7e6e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ rand = "0.9.2" [patch.crates-io] netwatch = { git = "https://github.com/Evanev7/net-tools.git", branch="patch-for-exo" } +swarm-discovery = { git = "https://github.com/Evanev7/swarm-discovery.git", branch="macos-fix" } [workspace.lints.rust] static_mut_refs = "warn" # Or use "warn" instead of deny