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
ERROR: no such package '@@[unknown repo 'crate_index__tower-0.4.13' requested from @@]//': The repository '@@[unknown repo 'crate_index__tower-0.4.13' requested from @@]' could not be resolved: No repository visible as '@crate_index__tower-0.4.13' from main repository
ERROR: /home/pdeva/code/monorepo/services/turmoil-proxies/BUILD:7:13: no such package '@@[unknown repo 'crate_index__tower-0.4.13' requested from @@]//': The repository '@@[unknown repo 'crate_index__tower-0.4.13' requested from @@]' could not be resolved: No repository visible as '@crate_index__tower-0.4.13' from main repository and referenced by '//services/turmoil-proxies:turmoil-proxies'
Target //:buildifier failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: Analysis of target '//services/turmoil-proxies:turmoil-proxies' failed; build aborted: Analysis failed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
cargo allows using multiple versions of a crate. in our dependencies ssection we have:
workspace cargo.toml
service cargo.toml
this works perfectly fine with
cargo build
.however, with bazel we get this error:
i do use the
aliases
function:how do we use multiple versions of a crate with rules_rust?
Beta Was this translation helpful? Give feedback.
All reactions