temporarily use tracing from git

This commit is contained in:
Pat Hickey
2020-06-02 18:25:40 -07:00
parent 1b95b24686
commit dcb774a35e
3 changed files with 41 additions and 13 deletions

View File

@@ -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" }