Skip to content

Commit

Permalink
Update to tracing-subscriber 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and theduke committed Aug 7, 2023
1 parent ccbe870 commit 69d4a78
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 129 deletions.
64 changes: 7 additions & 57 deletions Cargo.lock

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

94 changes: 24 additions & 70 deletions lib/wasi-web/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 lib/wasi-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ js-sys = "0.3"
tracing = { version = "^0.1", features = [ "log", "release_max_level_info" ] }
#tracing = { version = "^0.1", features = [ "log" ] }
tracing-futures = { version = "^0.2" }
tracing-subscriber = { version = "^0.2" }
tracing-subscriber = { version = "^0.3" }
tracing-wasm = { version = "^0.2" }
bytes = "^1"
once_cell = "^1"
Expand Down
2 changes: 1 addition & 1 deletion lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ wasm-bindgen-test = "0.3.0"
tracing-wasm = "0.2"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tracing-subscriber = { version = "^0.2" }
tracing-subscriber = { version = "^0.3" }
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }

[features]
Expand Down

0 comments on commit 69d4a78

Please sign in to comment.