Skip to content

Commit

Permalink
Merge pull request #664 from epage/winnow
Browse files Browse the repository at this point in the history
refactor: Switch to winnow
  • Loading branch information
epage authored Feb 22, 2023
2 parents 67b9cba + d99eb16 commit 5fc5101
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 410 deletions.
29 changes: 11 additions & 18 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/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include.workspace = true
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
nom = "7.1"
winnow = "0.3.0"
unicode-xid = "0.2.4"
once_cell = "1.17.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
Loading

0 comments on commit 5fc5101

Please sign in to comment.