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
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 crates-index, help would be greatly appreciated!
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:
...
thread 'main' panicked at src/utils.rs:51:18:
Could not rename paths: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
...
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: