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 remote pkgs #495

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Fix remote pkgs #495

merged 3 commits into from
Jan 31, 2024

Conversation

bunnie
Copy link
Member

@bunnie bunnie commented Jan 31, 2024

fix a build system bug that crept in during the previous big refactor

The problem is the original way of specifying crates for remote
download is the same that Rust uses to specify a version of a crate
(e.g. the @ symbol), and so I could not differentiate between the
two cases.

Switch to using a ^ symbol for remote download crates. Hopefully
that doesn't have conflicts??
@bunnie bunnie merged commit 71c567f into main Jan 31, 2024
2 checks passed
@bunnie bunnie deleted the fix-remote-pkgs branch January 31, 2024 18:19
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.

1 participant