Skip to content

Commit

Permalink
fix(engine-dylib): add log feature for tracing in engine-dylib
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
  • Loading branch information
bnjjj committed Sep 1, 2021
1 parent 8d8ee21 commit a0dbc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine-dylib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wasmer-engine = { path = "../engine", version = "2.0.0" }
wasmer-object = { path = "../object", version = "2.0.0" }
serde = { version = "1.0", features = ["derive", "rc"] }
cfg-if = "1.0"
tracing = "0.1"
tracing = { version = "0.1", features = ["log"] }
leb128 = "0.2"
libloading = "0.7"
tempfile = "3.1"
Expand Down

0 comments on commit a0dbc99

Please sign in to comment.