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

Allow specifying packages with . in their names #140

Merged
merged 2 commits into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Allow specifying packages with . in their names

    this is done by internally replacing all the `.` with `-`.
    ayys committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ad272ee View commit details
    Browse the repository at this point in the history
  2. setup rust stable

    Sometimes the rust toolchain was not properly installed
    
    this installs the rust toolchain before running cargo. Fixes errors about rustc
    being out of date.
    ayys committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bafa228 View commit details
    Browse the repository at this point in the history