From 4c6a287f4d18161ed263bb37905edb2566f81245 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 16 Dec 2022 18:37:45 +0000 Subject: Switch to using ATUIN_LOG instead of RUST_LOG (#642) * Switch to using ATUIN_LOG instead of RUST_LOG * Stop clippy complaining * I should know better - clippy is never happy :( --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 52c1449e..062a4f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ atuin-client = { path = "atuin-client", version = "12.0.0", optional = true, def atuin-common = { path = "atuin-common", version = "12.0.0" } log = "0.4" -pretty_env_logger = "0.4" +env_logger = "0.10.0" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" -- cgit v1.3.1