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

Unpin xmlparser. #1877

Closed
wants to merge 3 commits into from
Closed

Unpin xmlparser. #1877

wants to merge 3 commits into from

Conversation

dvc94ch
Copy link
Contributor

@dvc94ch dvc94ch commented Oct 19, 2022

Motivation and Context

Dependencies shouldn't be pinned. It causes dependency resolution failures as cargo selects 0.13.6 and then finds the constraint =0.13.3 which it fails to resolve. Pinning dependencies is always a bad idea. Alternatively someone could improve the cargo version constraint solver.

@dvc94ch dvc94ch requested a review from a team as a code owner October 19, 2022 11:42
@Velfi
Copy link
Contributor

Velfi commented Oct 19, 2022

@dvc94ch We originally added this pin because of an issue with escaping characters in references. I'm going to add a test to this PR before merging it to make sure we don't experience a regression.

@Velfi
Copy link
Contributor

Velfi commented Oct 19, 2022

I created a separate PR to update the version to the latest and I also renamed a test that was named incorrectly. I'm going to close this PR and merge that one. Thanks @dvc94ch for uncovering this.

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.

2 participants