Skip to content

Commit

Permalink
Merge pull request project-chip#199 from ivmarkov/main
Browse files Browse the repository at this point in the history
Fix compilation with latest log version
  • Loading branch information
kedars authored Jul 9, 2024
2 parents 90412d7 + c0af37b commit 40e3820
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 40e3820

Please sign in to comment.