Skip to content

Commit

Permalink
Update env_logger requirement in dylint_driver and dylint_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 13, 2024
1 parent 91f2fc5 commit fe6d289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion dylint/src/driver_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
env_logger = "0.10"
env_logger = "0.11"
dylint_driver = {{ {dylint_driver_spec} }}
"#,
)
Expand Down
26 changes: 2 additions & 24 deletions examples/testing/clippy/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 examples/testing/clippy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dylint_linting = { path = "../../../utils/linting" }
[dev-dependencies]
anyhow = "1.0"
cargo_metadata = "0.18"
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
tempfile = "3.10"

Expand Down

0 comments on commit fe6d289

Please sign in to comment.