Skip to content

Commit

Permalink
donwgraded env_logger to satisfy buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vandamme committed Apr 9, 2024
1 parent 249d64b commit 0b0e6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ winapi = { version = "0.3", features = ["netioapi"] }
nix = { version = "0.28", features = ["net"] }

[dev-dependencies]
env_logger = { version = "0.11.3", default-features = false, features = [
env_logger = { version = "0.10.2", default-features = false, features = [
"color",
"humantime",
"auto-color",
Expand Down

0 comments on commit 0b0e6cf

Please sign in to comment.