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
Use CARGO_CFG_TARGET_FEATURE to detect CRT linkage on MSVC
Replace the CARGO_FEATURE_CRT_STATIC feature flag check with
CARGO_CFG_TARGET_FEATURE to correctly detect crt-static when set
via rustflags rather than as a crate feature.
0 commit comments