Skip to content

Conversation

@Wybxc
Copy link
Owner

@Wybxc Wybxc commented Jul 22, 2025

🤖 New release

  • parse-it: 0.3.0 -> 0.4.0 (⚠ API breaking changes)

parse-it breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type LexerState is no longer Send, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer Sync, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer UnwindSafe, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer RefUnwindSafe, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer Send, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer Sync, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer UnwindSafe, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
  type LexerState is no longer RefUnwindSafe, in /tmp/.tmpcJjuYm/parse-it/parse-it/src/lexer.rs:41
Changelog

0.4.0 - 2025-07-22

Other

  • memorization for lexer


This PR was generated with release-plz.

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