Skip to content

Commit

Permalink
Fix compilation with latest log version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jul 9, 2024
1 parent 90412d7 commit c0af37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tlv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Apache-2.0"

[dependencies]
rs-matter = { path = "../../rs-matter" }
log = {version = "0.4.14", features = ["max_level_trace", "release_max_level_warn"]}
log = "0.4"
simple_logger = "1.16.0"
clap = "2.34"

Expand Down

0 comments on commit c0af37b

Please sign in to comment.