Navigation Menu

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

pin minimum usable version of dependency syn #1293

Merged
merged 1 commit into from Sep 1, 2022

Conversation

mat-if
Copy link
Contributor

@mat-if mat-if commented Aug 31, 2022

Fixes #1292

This format still allows the same range of versions greater than 1.0.61 according to the docs: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html

1 is equal to >=1, <2
1.0 is equal to >=1, <2
1.0.61 is equal to >=1.0.61, <2

@Brooooooklyn
Copy link
Sponsor Member

Good catch, thank you 🚀

@Brooooooklyn Brooooooklyn merged commit 26f6c92 into napi-rs:main Sep 1, 2022
@mat-if mat-if deleted the pin-min-syn-version branch September 1, 2022 16:28
h-a-n-a pushed a commit to speedy-js/napi-rs that referenced this pull request Sep 9, 2022
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.

Dependency syn needs a bumped minimum version
2 participants