Skip to content

Commit 23561f3

Browse files
committed
chore: add tracing-subscriber crate
1 parent de39bdd commit 23561f3

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

Cargo.lock

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9595
toml = "0.7.6"
9696
toml_edit = "0.19.14"
9797
tracing = "0.1.37"
98+
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
9899
unicase = "2.6.0"
99100
unicode-width = "0.1.10"
100101
unicode-xid = "0.2.4"
@@ -180,6 +181,7 @@ time.workspace = true
180181
toml.workspace = true
181182
toml_edit.workspace = true
182183
tracing.workspace = true
184+
tracing-subscriber.workspace = true
183185
unicase.workspace = true
184186
unicode-width.workspace = true
185187
unicode-xid.workspace = true

crates/xtask-bump-check/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ env_logger.workspace = true
1313
git2.workspace = true
1414
log.workspace = true
1515
tracing.workspace = true
16+
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)