Skip to content

Commit

Permalink
fix: [unifiedlog_iterator] fix forgotten serde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Nov 19, 2024
1 parent 604d39c commit 8e9ffb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/unifiedlog_iterator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ simplelog = "0.12.2"
csv = "1.3.0"
chrono = "0.4.38"
log = "0.4.22"
serde_json = "1.0.122"
macos-unifiedlogs = {path = "../../"}
clap = {version = "4.5.18", features = ["derive"]}

0 comments on commit 8e9ffb4

Please sign in to comment.