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

chore: leptos_marco: Bumped outdated crates #1796

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

martinfrances107
Copy link
Contributor

-attribute-derive = { version = "0.6", features = ["syn-full"] }
attribute-derive = { version = "0.8", features = ["syn-full"] }

-itertools = "0.10"
itertools = "0.11"

cargo outdated reports a long list of issues. but I am only focusing on a small sub-section
Going over them on a case by case basis is tricky as for legacy reasons not all should be fixed.

We still need periodic nudges in the right direction,
as if we let every thing get stale, the problem festers into a unsolvable mess.

-attribute-derive = { version = "0.6", features = ["syn-full"] }
 attribute-derive = { version = "0.8", features = ["syn-full"] }
-itertools = "0.10"
 itertools = "0.11"
@gbj gbj merged commit fb914e1 into leptos-rs:main Sep 29, 2023
56 checks passed
@martinfrances107 martinfrances107 deleted the macro_outdated branch October 1, 2023 16:26
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