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
I'd like to keep my cargo crates pinned to a 0.3 compatible version, but keep working on later versions to shake out rustc bugs. Can cargo grow a cargo install --ref HEAD option to override any baked in revisions?
The text was updated successfully, but these errors were encountered:
Does cargo install git://github.com/blah/blah HEAD and adding ref: "HEAD" to packages.json not add that functionality, or am I missing something? Cargo is still terribly out-dated at the moment and is still rolling-release, so I'm afraid there's not much you can do right now.
EDIT: Oh, I see. You want to add a command line option that manually details that you want the latest HEAD. No, you can't do that yet. I think it's a good idea, but it might be better to just add versions instead.
I'd like to keep my cargo crates pinned to a 0.3 compatible version, but keep working on later versions to shake out rustc bugs. Can cargo grow a
cargo install --ref HEAD
option to override any baked in revisions?The text was updated successfully, but these errors were encountered: