wasmtime-wasi: switch dep from log to tracing

This commit is contained in:
Pat Hickey
2020-08-18 10:42:14 -07:00
parent 94ee96712a
commit 8d39d9b1b5

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
log = { version = "0.4.8", default-features = false }
tracing = "0.1.15"
wasi-common = { path = "../wasi-common", version = "0.19.0" }
wasmtime = { path = "../wasmtime", version = "0.19.0", default-features = false }
wasmtime-runtime = { path = "../runtime", version = "0.19.0" }