From 246768221ce0cd218637f4412ab6818339c09526 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 15 Feb 2024 21:33:32 +0100 Subject: [PATCH] Add note about old env_logger version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 071b4c69e0..41ef9295d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"