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 failing Cargo test #4520

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Fix failing Cargo test #4520

merged 1 commit into from
Dec 13, 2021

Conversation

Nishnha
Copy link
Member

@Nishnha Nishnha commented Dec 13, 2021

The test made sure no update occurred if there is a transitive dependency conflict. The transitive dependency used in this test, nom, was updated in the direct dependency askama, so we pin askama to a commit SHA prior to that update.

The test made sure no update occured if there is a transitive dependency conflict. The transitive dependency nom was updated for the dependency askama, so we pin askama to a commit SHA.
@Nishnha Nishnha requested a review from a team as a code owner December 13, 2021 21:35
@Nishnha Nishnha merged commit 3551b94 into main Dec 13, 2021
@Nishnha Nishnha deleted the patch-cargo-test branch December 13, 2021 22:12
@Nishnha Nishnha mentioned this pull request Dec 13, 2021
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

2 participants