Skip to content

Commit

Permalink
Fix recursive descent returning only single item
Browse files Browse the repository at this point in the history
Add zip

Update dependencies

Bump version
  • Loading branch information
mitghi committed Jul 14, 2023
1 parent fb63a5b commit 8c0dd1a
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 72 deletions.
122 changes: 67 additions & 55 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetro"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Milad (Mike) Taghavi <mitghi.at.gmail.com>"]
license = "MIT"
Expand All @@ -16,8 +16,8 @@ categories = ["algorithms", "encoding", "parser"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.91"
pest = "2.5.4"
pest_derive = "2.5.4"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.102"
pest = "2.7.0"
pest_derive = "2.7.0"
serde = { version = "1.0.171", features = ["derive"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
Loading

0 comments on commit 8c0dd1a

Please sign in to comment.