Skip to content

Commit

Permalink
Merge pull request #15 from reciperium/fix/special-symbols
Browse files Browse the repository at this point in the history
fix: bump to winnow 0.7
  • Loading branch information
woile authored Jan 30, 2025
2 parents a48422d + 8a7b639 commit 2f418eb
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 113 deletions.
75 changes: 7 additions & 68 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/recipe-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ homepage = { workspace = true }
categories = ["command-line-interface", "parser-implementations"]

[dependencies]
winnow = "0.6"
winnow = "0.7"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
wasm-bindgen = {version = "0.2.92", optional = true}
tsify = { version = "0.4.5", optional = true}

[dev-dependencies]
rstest = "0.23.0"
rstest = "0.24.0"
serde_json = "1.0"

[lib]
Expand Down
Loading

0 comments on commit 2f418eb

Please sign in to comment.