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
In an upcoming pull request, rustpkg will gain the ability to find installed libraries in the RUST_PATH without necessarily rebuilding them. However, it will ignore the requested version (if there is one) when searching for libraries. This is wrong; if you request foo#0.3, it should ignore an installed foo-0.4, for example.