Skip to content

Commit

Permalink
Update dependency stderrlog to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fbecart committed Mar 20, 2024
1 parent cfabab4 commit 6e076ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
17 changes: 14 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ walkdir = "2"
notify = "6.1.1"
clap = "=3.0.0-beta.1"
log = "0.4"
stderrlog = "0.5"
stderrlog = "0.6"
anyhow = "1.0"
regex = "1"
lazy_static = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/integ.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ fn input_failure() {
.assert()
.success()
.stdout(contains("Executing target with uncomputable input"))
.stderr(contains("INFO - incorrect_input - Build success"))
.stderr(contains("INFO incorrect_input - Build success"))
.stderr(contains(
"WARN - incorrect_input - Failed to compute state of inputs and outputs",
"WARN incorrect_input - Failed to compute state of inputs and outputs",
));
}

Expand Down

0 comments on commit 6e076ed

Please sign in to comment.