Skip to content

Commit

Permalink
Merge pull request #780 from epage/winnow
Browse files Browse the repository at this point in the history
refactor(typos): Upgrade to winnow 0.5
  • Loading branch information
epage authored Jul 14, 2023
2 parents ca9612c + b6c78eb commit 383d51d
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 339 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/dictgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ include.workspace = true
[features]
default = ["std"]
std = []
codegen = ["std", "phf_codegen"]
map = ["phf", "phf_shared"]
codegen = ["std", "dep:phf_codegen"]
map = ["dep:phf", "dep:phf_shared"]

[dependencies]
unicase = "2.6"
Expand Down
4 changes: 2 additions & 2 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pre-release-replacements = [

[features]
default = ["dict", "vars"]
dict = ["typos-dict"]
vars = ["typos-vars"]
dict = ["dep:typos-dict"]
vars = ["dep:typos-vars"]


[[bin]]
Expand Down
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"
winnow = "0.4.6"
winnow = "0.5.0"
unicode-xid = "0.2.4"
once_cell = "1.17.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
Loading

0 comments on commit 383d51d

Please sign in to comment.