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

Use syn 2 #14

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Use syn 2 #14

merged 1 commit into from
Aug 1, 2024

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Jul 31, 2024

No description provided.

@jofas jofas mentioned this pull request Jul 31, 2024
15 tasks
Copy link
Owner

@jofas jofas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and keeping this crate updated!

Cargo.toml Outdated
@@ -17,7 +17,7 @@ documentation = "https://docs.rs/display_json"
proc-macro = true

[dependencies]
syn = { version = "^1.0.0", features = ["derive", "printing", "extra-traits", "parsing"] }
syn = { version = "^2.0", features = ["derive", "printing", "extra-traits", "parsing"] }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we are at it, let's remove the superfluous caret as well 🙂:

Suggested change
syn = { version = "^2.0", features = ["derive", "printing", "extra-traits", "parsing"] }
syn = { version = "2", features = ["derive", "printing", "extra-traits", "parsing"] }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@jofas jofas merged commit ee122a7 into jofas:master Aug 1, 2024
@jofas
Copy link
Owner

jofas commented Aug 1, 2024

Cheers!

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