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 several issues #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Fix several issues #11

wants to merge 9 commits into from

Conversation

tbarusseau
Copy link

  • Cargo.toml can contain dependencies with non-semver versions. This is an issue because cargo build : requires a semver version. Fix: added cargo metadata parsing to get a semver version
  • Added: --skip-update flag, as you don't always want to run cargo update
  • Fixed: Can now parse complex Cargo.toml entries, like dep: { version: "0.0.1", ... }
  • Changed: The logging is now prefixed by 4 spaces to match cargo's log output

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