-
Notifications
You must be signed in to change notification settings - Fork 474
Support path dependencies for Cargo.toml patches in vendor mode #3241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe the root cause is frewsxcv/rust-crates-index#182. The error looks similar to what I saw on #3179 (comment). I haven't had time to put up a pull-request for that change to |
Following suggestion from @illicitonion in #3071, I tried running with an older toolchain (1.83.0), and am getting a different error (with rules_rust version 0.56.0:
|
Hey @illicitonion , I got PR #3274, it works for my use case. PTAL. |
Support `path` patches in Cargo.toml in `crate_vendor`. See #3241
I tried running crate_universe from 0.56.0, which includes #3025 in Fuchsia's build, I saw the following error when generating build files:
For askama, we have the following entry in our Cargo.toml (this is the full file if it helps):
This is the crate_vendor Bazel target I'm using:
(Some relevant discussions in #3071)
The text was updated successfully, but these errors were encountered: