Skip to content

Commit 4d2ad0c

Browse files
authored
zerotierone: fix build on macOS (#380892)
2 parents 56f9958 + 9801b98 commit 4d2ad0c

File tree

3 files changed

+47
-3609
lines changed

3 files changed

+47
-3609
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From b83e6354de099860bcb1ca3876c222c57de89f0c Mon Sep 17 00:00:00 2001
2+
From: Michael Hoang <[email protected]>
3+
Date: Mon, 10 Feb 2025 18:03:12 +0700
4+
Subject: [PATCH] rustfsm: remove unsupported `lints.workspace`
5+
6+
This patch will no longer be necessary when
7+
https://github.com/NixOS/nixpkgs/pull/300532 is merged
8+
---
9+
fsm/Cargo.toml | 2 --
10+
1 file changed, 2 deletions(-)
11+
12+
diff --git a/fsm/Cargo.toml b/fsm/Cargo.toml
13+
index 5e9e1c9..3fda704 100644
14+
--- a/fsm/Cargo.toml
15+
+++ b/fsm/Cargo.toml
16+
@@ -17,5 +17,3 @@ rustfsm_trait = { version = "0.1", path = "rustfsm_trait" }
17+
[package.metadata.workspaces]
18+
independent = true
19+
20+
-[lints]
21+
-workspace = true
22+
--
23+
2.46.0
24+

0 commit comments

Comments
 (0)