Enable env_logger in the C API (#1737)
This commit ensures that `env_logger` and `RUST_LOG` are configured to work with the C API.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2188,6 +2188,7 @@ name = "wasmtime-c-api"
|
||||
version = "0.16.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"env_logger 0.7.1",
|
||||
"once_cell",
|
||||
"wasi-common",
|
||||
"wasmtime",
|
||||
|
||||
Reference in New Issue
Block a user