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

Remove wildcard dependencies #19

Merged
merged 1 commit into from
Dec 1, 2015

Conversation

fenhl
Copy link
Member

@fenhl fenhl commented Dec 1, 2015

As cargo package warns:

warning: some dependencies have wildcard ("*") version constraints. On December 11th, 2015, crates.io will begin rejecting packages with wildcard dependency constraints. See http://doc.crates.io/crates-io.html#using-crates.io-based-crates for information on version constraints.

This changes the wildcards to regular semver compatibility constraints.

As `cargo package` warns:

> warning: some dependencies have wildcard ("*") version constraints. On December 11th, 2015, crates.io will begin rejecting packages with wildcard dependency constraints. See http://doc.crates.io/crates-io.html#using-crates.io-based-crates for information on version constraints.

This changes the wildcards to regular semver compatibility constraints.
@fenhl fenhl mentioned this pull request Dec 1, 2015
5 tasks
fenhl added a commit that referenced this pull request Dec 1, 2015
@fenhl fenhl merged commit c79b49f into PistonDevelopers:master Dec 1, 2015
@fenhl fenhl deleted the remove-wildcard-dependencies branch December 1, 2015 11:36
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.

None yet

1 participant