Skip to content

Commit

Permalink
update book and pest crates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Mar 22, 2024
1 parent 6cbd9c8 commit 9c91b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib", "rlib"]
lto = true

[dependencies]
pest = "2.7"
pest_fmt = "0.2"
pest_meta = { version = "2.7", features = ["grammar-extras"] }
pest_vm = { version = "2.7", features = ["grammar-extras"] }
pest = "2.7.8"
pest_fmt = "0.2.5"
pest_meta = { version = "2.7.8", features = ["grammar-extras"] }
pest_vm = { version = "2.7.8", features = ["grammar-extras"] }
serde-wasm-bindgen = "0.5"
wasm-bindgen = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion book

0 comments on commit 9c91b92

Please sign in to comment.