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
Relative paths used to work with crate universe in older versions of rules_rust, but with the latest version 0.39.0, I just get "failed to load" with "No such file or directory".
This is a big problem for development where you want to temporarily use a local clone of dependencies.
I'm struggling with this, for crates which are part of the dependencies in a crate_universe - I need to iterate on the crate as well as the bazel native rust, and I can't figure out how to refer to a local path crate in a way that doesn't break repin splicing.
If i'm not mistaken, the current dependency functions completely ignore relative path dependencies from the
Cargo.toml
. Is this true?The text was updated successfully, but these errors were encountered: