From 6da08263bef3c15d0868071703ea11b7ede713b3 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sat, 16 Dec 2023 11:24:53 +0000 Subject: [PATCH] Fix a compilation error for crates.io publish --- crates/librqbit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 2d33ce2..18092d9 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -55,7 +55,7 @@ rand = "0.8" openssl = {version="0.10", optional=true} crypto-hash = {version="0.3", optional=true} sha1 = {version = "0.10", optional=true} -tracing-subscriber = {version = "0.3", default-features = false, features = ["json"]} +tracing-subscriber = {version = "0.3", default-features = false, features = ["json", "fmt", "env-filter"]} uuid = {version = "1.2", features = ["v4"]} futures = "0.3"