Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a7f1e174dc..63223f8312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ smol_str = "0.3.2" temp-dir = "0.1.16" text-size = "1.1.1" toml = "0.9.8" -tracing = "0.1.41" +tracing = { version = "0.1.41", default-features = false, features = ["std"] } tracing-tree = "0.4.0" tracing-subscriber = { version = "0.3.20", default-features = false, features = [ "registry", |