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
Bazel CI for Bazel@HEAD and cargo-raze is currently failing, indicating an upcoming change to Bazel will break cargo-raze.
This is because cargo-raze depends on a version of rules_rust which is incompatible with upcoming Bazel changes. cargo-raze should updates its version of rules_rust.
As a temporary workaround, one could set --incompatible_disable_depset_items=false to defer this upcoming bazel incompatibility.
The text was updated successfully, but these errors were encountered:
Bazel CI for Bazel@HEAD and cargo-raze is currently failing, indicating an upcoming change to Bazel will break cargo-raze.
This is because cargo-raze depends on a version of rules_rust which is incompatible with upcoming Bazel changes. cargo-raze should updates its version of rules_rust.
As a temporary workaround, one could set
--incompatible_disable_depset_items=false
to defer this upcoming bazel incompatibility.The text was updated successfully, but these errors were encountered: