use tracing 0.1.15 release

This commit is contained in:
Pat Hickey
2020-06-03 10:52:05 -07:00
parent 220733b974
commit 6910c1e03d
2 changed files with 11 additions and 39 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 = { git = "https://github.com/tokio-rs/tracing" }
tracing = "0.1.15"
[badges]
maintenance = { status = "actively-developed" }