Skip to content

Commit

Permalink
Add note about old env_logger version
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 15, 2024
1 parent e3184ad commit 2467682
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 @@ -39,7 +39,7 @@ debug = 1
async-std = "1.10"
async-trait = "0.1"
bytes = "1"
env_logger = "0.10"
env_logger = "0.10" # env_logger requires a newer MSRV
futures-core = "0.3"
futures-executor = "0.3"
futures-util = "0.3"
Expand Down

0 comments on commit 2467682

Please sign in to comment.