You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated 'bottle :unneeded' causing wrong-arity error in brew install
Homebrew no longer supports 'bottle :unneeded'. Its presence triggered
'mfc: wrong number of arguments (given 1, expected 0)' when installing
from a temporary local tap. Removing it restores installability.
Note: Tap CI may still fail on bottle relocation for orjson unless we
add a Rust build dependency and force-build orjson from source.
0 commit comments