Skip to content

Commit

Permalink
deps(wkg): enable tracing-subscriber ansi feature
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>

ansi on wkg instead

Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend authored and thomastaylor312 committed Dec 10, 2024
1 parent 7b9b4d9 commit fd2c893
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/wkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ oci-wasm = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-subscriber = { workspace = true, features = ["ansi"] }
wasm-pkg-common = { workspace = true }
wasm-pkg-client = { workspace = true }
wit-component = { workspace = true }
Expand Down

0 comments on commit fd2c893

Please sign in to comment.