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
cargo raze used to provide more functionality than rules_rust's own crate_universe, so we adopted it. My understanding is that crate_universe has seen substantial development since that initial decision, and we should now revisit it.
At the time of writing, we have the following open issues related to cargo raze itself, or our usage of it:
## What is the goal of this PR?
We upgrade rules_rust to v.0.16.1 and migrate from using cargo-raze to
rules_rust's crate_universe for the purposes of translating cargo
dependencies to bazel dependencies.
## What are the changes implemented in this PR?
Closes#374.
cargo raze
used to provide more functionality thanrules_rust
's owncrate_universe
, so we adopted it. My understanding is thatcrate_universe
has seen substantial development since that initial decision, and we should now revisit it.At the time of writing, we have the following open issues related to
cargo raze
itself, or our usage of it:cfg('unix')
aren't pulled in on M1 Macs #385crate-name
tag is incorrect for packageferris-says
#338The text was updated successfully, but these errors were encountered: