temporarily use tracing from git
This commit is contained in:
@@ -41,10 +41,10 @@ maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
default = ["trace_log"]
|
||||
# This feature enables `log::trace` calls in syscalls shims, in effect
|
||||
# emulating something like `strace`. This feature is an opt-out and hence
|
||||
# enabled by default.
|
||||
trace_log = []
|
||||
# This feature enables the `tracing` logs in the calls to target the `log`
|
||||
# ecosystem of backends (e.g. `env_logger`. Disable this if you want to use
|
||||
# `tracing-subscriber`.
|
||||
trace_log = [ "wiggle/tracing_log" ]
|
||||
# Need to make the wiggle_metadata feature available to consumers of this
|
||||
# crate if they want the snapshots to have metadata available.
|
||||
wiggle_metadata = ["wiggle/wiggle_metadata"]
|
||||
|
||||
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE"]
|
||||
thiserror = "1"
|
||||
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.5", optional = true }
|
||||
wiggle-macro = { path = "macro", version = "0.17.0" }
|
||||
tracing = { version = "0.1.14" }
|
||||
tracing = { git = "https://github.com/tokio-rs/tracing" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user