Skip to content

Commit

Permalink
build: update nom-tracable in core to match cli
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhussein committed Apr 14, 2024
1 parent 7a20361 commit c24904a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
29 changes: 3 additions & 26 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trace = ["nom-tracable/trace"]
[dependencies]
nom = { version = "6.2.1", default_features = false, features = ["std"] }
nom_locate = "3.0.2"
nom-tracable = "0.7.0"
nom-tracable = "0.8.0"
paste = "1.0.6"
thiserror = "1.0.30"
serde_with = "1.11.0"
Expand Down

0 comments on commit c24904a

Please sign in to comment.