Skip to content

Commit

Permalink
bump env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 9, 2024
1 parent 2d8691b commit 7f7a591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miniconf_mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name = "mqtt"

[dev-dependencies]
machine = "0.3"
env_logger = "0.10"
env_logger = "0.11"
std-embedded-nal = { git = "https://gitlab.com/ryan-summers/std-embedded-nal", branch = "feature/0.8" }
tokio = { version = "1.9", features = ["rt-multi-thread", "time", "macros"] }
std-embedded-time = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion miniconf_mqtt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ where
|m| {
*pending = m.root(&path).unwrap(); // Note(unwrap) checked that it's TooShort but valid leaf
state.process_event(sm::Events::Multipart).unwrap();
// Responses comes through iter_list/iter_dump
// Responses come through iter_list/iter_dump
},
);
}
Expand Down

0 comments on commit 7f7a591

Please sign in to comment.