Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(upgrade): --to-lockfile changes all sources #736

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

epage
Copy link
Collaborator

@epage epage commented Jul 14, 2022

With path and git dependencies, you can specify a version for use with
the registry. If its incompatible, I believe the resolver will fail, so
we don't need to handle that case. That just leaves --to-lockfile.
This just means post-poning the check for the registry to be in the
non-lockfile case.

Fixes #426

With path and git dependencies, you can specify a version for use with
the registry.  If its incompatible, I believe the resolver will fail, so
we don't need to handle that case.  That just leaves `--to-lockfile`.
This just means post-poning the check for the registry to be in the
non-lockfile case.

Fixes killercup#426
@epage epage merged commit 230b3cc into killercup:master Jul 14, 2022
@epage epage deleted the path branch July 14, 2022 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade workspace's crate version
1 participant