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
Setting the MACOSX_DEPLOYMENT_TARGET when building a rust library will make sure that the library has a minimum supported OS of that version. rust-lang/cargo#4667
Ring seems to just default to the current system version in it's build script, meaning my compiled library now can't link against anything built for an older version.