Skip to content

Commit 2c46e39

Browse files
authored
Enable anyhow feature by default in wasmtime (bytecodealliance#12422)
Relative to our other optional deps `anyhow` is pretty lightweight, so enable the functionality by default.
1 parent 443eb30 commit 2c46e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/wasmtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ harness = false
131131
# for a particular embedding.
132132
[features]
133133
default = [
134+
'anyhow',
134135
'async',
135136
'backtrace',
136137
'cache',

0 commit comments

Comments
 (0)