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
JNI heavily lags behind with transitive dependency updates. With default features on it pulls in useless dependencies like windows-sys, resulting in multiple pulled depedency versions. That in turn needlessly lengthens package download and build times, which in turn hurts CI.
The text was updated successfully, but these errors were encountered:
JNI heavily lags behind with transitive dependency updates. With default features on it pulls in useless dependencies like
windows-sys
, resulting in multiple pulled depedency versions. That in turn needlessly lengthens package download and build times, which in turn hurts CI.The text was updated successfully, but these errors were encountered: