Skip to content

Commit

Permalink
chore(jql-parser): switch to winnow (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory authored Dec 3, 2023
1 parent 24bc33c commit dab3434
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 450 deletions.
35 changes: 14 additions & 21 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 crates/jql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository = { workspace = true }
version = { workspace = true }

[dependencies]
nom = "7.1.3"
thiserror = { workspace = true }
winnow = "0.5.19"

[lib]
path = "src/lib.rs"
Loading

0 comments on commit dab3434

Please sign in to comment.