Skip to content

Commit fd2c893

Browse files
brooksmtownsendthomastaylor312
authored andcommitted
deps(wkg): enable tracing-subscriber ansi feature
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com> ansi on wkg instead Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 7b9b4d9 commit fd2c893

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Cargo.lock

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

crates/wkg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ oci-wasm = { workspace = true }
2323
tempfile = { workspace = true }
2424
tokio = { workspace = true, features = ["macros", "rt"] }
2525
tracing = { workspace = true }
26-
tracing-subscriber = { workspace = true }
26+
tracing-subscriber = { workspace = true, features = ["ansi"] }
2727
wasm-pkg-common = { workspace = true }
2828
wasm-pkg-client = { workspace = true }
2929
wit-component = { workspace = true }

0 commit comments

Comments
 (0)