Skip to content

Commit

Permalink
Bump env_logger
Browse files Browse the repository at this point in the history
This removes `atty` and `winapi` from CI's test
builds.
  • Loading branch information
complexspaces committed Oct 19, 2024
1 parent 6b45272 commit 261e1c0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 51 deletions.
75 changes: 25 additions & 50 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 @@ -18,7 +18,7 @@ wayland-data-control = ["wl-clipboard-rs"]
[dependencies]

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.2"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48.0", optional = true, features = [
Expand Down

0 comments on commit 261e1c0

Please sign in to comment.