Commit 75f98d6
fix: revert macos-private-api to base tauri dependency
Splitting macos-private-api to the macOS-only Cargo section broke
tauri-build on non-macOS CI. The feature validates against the
macOSPrivateApi config flag and tauri-build rejects the mismatch.
Tauri 2 safely guards all private API code behind #[cfg(target_os = "macos")],
so keeping it in the base dep is harmless on Windows/Linux.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent a34ab8e commit 75f98d6
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
0 commit comments