Browse Source

Make my editor happier with the cargo

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
85c3cf1f9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cli/Cargo.toml

+ 1 - 1
packages/cli/Cargo.toml

@@ -96,7 +96,7 @@ interprocess = { workspace = true }
 ignore = "0.4.22"
 env_logger = "0.11.3"
 tracing-subscriber = "0.3.18"
-tracing.workspace = true
+tracing = { workspace = true }
 
 [features]
 default = []