From b283908bd5b6e21de40d1b842fda32cd076195ff Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 19 Jun 2022 01:39:10 +1000 Subject: [PATCH] Enable feature `std` of dep `log` Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c896757..b5730f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ crates_io_api = { version = "0.8.0", default-features = false, features = ["rust dirs = "4.0.0" flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false } futures-util = { version = "0.3.21", default-features = false } -log = "0.4.14" +log = { version = "0.4.14", features = ["std"] } miette = { version = "4.7.1", features = ["fancy-no-backtrace"] } reqwest = { version = "0.11.10", features = [ "rustls-tls", "stream" ], default-features = false } scopeguard = "1.1.0"