From e436e514722457e1d5a199e54dc85616cb3c3d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ml=C3=A1dek?= Date: Sun, 9 Jun 2024 23:38:29 +0200 Subject: [PATCH] tracing-core: Do not add `valuable/std` feature as dependency unless `valuable` is used --- tracing-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-core/Cargo.toml b/tracing-core/Cargo.toml index 03663ae1b6..e4f1bed1cd 100644 --- a/tracing-core/Cargo.toml +++ b/tracing-core/Cargo.toml @@ -27,7 +27,7 @@ edition = "2018" rust-version = "1.63.0" [features] -default = ["std", "valuable/std"] +default = ["std", "valuable?/std"] std = ["once_cell"] [badges]