Skip to content

Commit

Permalink
feat: use release version of coalesced parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Jun 9, 2024
1 parent f15d7e3 commit 1dbbe56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ include = ["src/**/*"]
serde = { version = "1", features = ["derive"] }
serde_json = "1"

me3-coalesced-parser = { version = "*", path = "../coalesced-parser" }
# Coalesced parser
me3-coalesced-parser = "0.1.0"

# Logging facade
log = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 1dbbe56

Please sign in to comment.