v2.2.0 #669
Replies: 3 comments 3 replies
-
Thank you very much for the hardwork and keeping |
Beta Was this translation helpful? Give feedback.
-
Could #522 have been a breaking change? I'm now seeing this with error: couldn't read /home/marijn/.cargo/registry/src/github.com-1ecc6299db9ec823/liquid-core-0.24.1/src/parser/parser/grammar.pest: No such file or directory (os error 2)
--> /home/marijn/.cargo/registry/src/github.com-1ecc6299db9ec823/liquid-core-0.24.1/src/parser/parser.rs:19:14
|
19 | #[derive(Parser)]
| ^^^^^^
|
= note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) When changing Line 52 in 99cbc31 error: proc-macro derive panicked
--> /home/marijn/.cargo/registry/src/github.com-1ecc6299db9ec823/liquid-core-0.24.1/src/parser/parser.rs:19:14
|
19 | #[derive(Parser)]
| ^^^^^^
|
= help: message: error opening "grammar.pest": No such file or directory (os error 2) Is this something that should be updated on the |
Beta Was this translation helpful? Give feedback.
-
FYI v2.2.0 was yanked and v2.2.1 was published (it reverted the breaking change): https://github.com/pest-parser/pest/releases/tag/v2.2.1 |
Beta Was this translation helpful? Give feedback.
-
What's Changed
New Contributors
sha-1
to 0.9. #465insta
crate into projects using pest #532badges
section #585thiserror
#641Full Changelog: v2.1.0...v2.2.0
This discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions