Skip to content

Commit

Permalink
fix: new case when parsing function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdostone committed Dec 19, 2024
1 parent 797510c commit bcc1e38
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 72 deletions.
140 changes: 70 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ members = [
nom = "7.1.3"
nom_locate = "4.2.0"
regex = "1.10.4"
serde = { version = "1.0.208", features = ["derive"], optional = true }
serde = { version = "1.0.216", features = ["derive"], optional = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
Loading

0 comments on commit bcc1e38

Please sign in to comment.