Skip to content

Commit

Permalink
Update env_logger to version 0.9 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Lauzier authored Sep 18, 2021
1 parent b12303d commit fca7b03
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 @@ -29,7 +29,7 @@ rand = "0.8"
rand_pcg = "0.3"

clap = { version = "2.33", features = ["yaml"], optional = true }
env_logger = { version = "0.8", optional = true }
env_logger = { version = "0.9", optional = true }

[dev-dependencies]
bincode = "1.3.1"
Expand Down

0 comments on commit fca7b03

Please sign in to comment.