ソースを参照

Make my editor happier with the cargo

Jonathan Kelley 1 年間 前
コミット
85c3cf1f9b
1 ファイル変更1 行追加1 行削除
  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 = []