logging exercise: improved instructions, updated version of env_logger

This commit is contained in:
Nathan Stocks
2021-08-18 22:09:59 -06:00
parent baaa6b69fb
commit faac38254b
5 changed files with 15 additions and 13 deletions

View File

@@ -6,7 +6,9 @@ edition = "2018"
[dependencies]
# I'm glad you came to add the `log` dependency! I got it all ready for you, just uncomment:
log = "0.4"
#
# log = "0.4"
# And here's the env_logger dependency that you'll need in main.rs
env_logger = "0.8"
#
# env_logger = "0.9"