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
And you get ERROR: /home/palfrey/.cache/bazel/_bazel_palfrey/1e69055091f05c565038b6edab4c56d2/external/raze__flate2__1_0_20/BUILD.bazel:77:13: Label '@raze__miniz_oxide__0_4_4//:miniz_oxide' is duplicated in the 'deps' attribute of rule 'flate2'
This is because in the Cargo.tomlminiz_oxide is optional by default, except for in the wasm32 target when it's non-optional.
The text was updated successfully, but these errors were encountered:
Deps are generated as
And you get
ERROR: /home/palfrey/.cache/bazel/_bazel_palfrey/1e69055091f05c565038b6edab4c56d2/external/raze__flate2__1_0_20/BUILD.bazel:77:13: Label '@raze__miniz_oxide__0_4_4//:miniz_oxide' is duplicated in the 'deps' attribute of rule 'flate2'
This is because in the Cargo.toml
miniz_oxide
is optional by default, except for in the wasm32 target when it's non-optional.The text was updated successfully, but these errors were encountered: