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
For anyone playing around with rubicon, the easiest way to get your crate graph to use rubicon-compatible crates is to use crates.io patching, not in Cargo.toml, since you'd have to duplicate those in your app, mods, and exports crate, but in .cargo/config.toml, somewhere in your repository, something like:
Here are temporary PRs:
For anyone playing around with rubicon, the easiest way to get your crate graph to use rubicon-compatible crates is to use crates.io patching, not in
Cargo.toml
, since you'd have to duplicate those in your app, mods, and exports crate, but in.cargo/config.toml
, somewhere in your repository, something like:Sample
.cargo/config.toml
The text was updated successfully, but these errors were encountered: