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

pest: update to v2.7 #951

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rorynugent
Copy link

@rorynugent rorynugent commented Dec 13, 2024

Addresses an issue when using tera as a library where method len is not found in Pest.
tera specifies pest v2.5.5 but v2.60 or greater is needed. Unfortunately, versions v2.6.0-2.6.1 have been yanked so v2.7 is needed.

The len() function was introduced in pest v2.6.0:
pest-parser/pest@v2.5.7...v2.6.0#diff-6557813bfc2001db4901f6a0f6b9c6da4631fd4c269a5ad24cc4bb3172a60452R105-R111

Related issue: #925

@Keats
Copy link
Owner

Keats commented Dec 14, 2024

Cargo should already pick up 2.7 automatically without that patch, changing just the minor version doesn't really do anything here

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