Skip to content

Commit

Permalink
fix: update winnow to fix broken integer parsing
Browse files Browse the repository at this point in the history
Version 0.6 introduced a bug that caused the literal `0` not to be
parsed as valid integer anymore. This was fixed with 0.6.1.
  • Loading branch information
dnaka91 committed Feb 15, 2024
1 parent e5d73fe commit 1f1790a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/mabo-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anstream.workspace = true
anstyle.workspace = true
mabo-derive = { path = "../mabo-derive" }
miette = { workspace = true, features = ["derive"] }
winnow = "0.6.0"
winnow = "0.6.1"

[dev-dependencies]
indoc.workspace = true
Expand Down

0 comments on commit 1f1790a

Please sign in to comment.