File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed
Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ anyhow = "1"
3030derivative = " 2"
3131semver = " 1"
3232wasmtime = { version = " 33" , features = [" component-model" ] }
33- wit-bindgen = " 0.42"
33+ wit-bindgen = { version = " 0.42" , default-features = false , features = [
34+ " macros" ,
35+ ]}
3436
3537[target .'cfg(unix)' .dependencies ]
3638anyhow.workspace = true
Original file line number Diff line number Diff line change @@ -6,5 +6,13 @@ edition.workspace = true
66[lib ]
77crate-type = [" cdylib" ]
88
9+ [features ]
10+ default = [
11+ " async"
12+ ]
13+ async = [
14+ " wit-bindgen/async" ,
15+ ]
16+
917[dependencies ]
1018wit-bindgen.workspace = true
Original file line number Diff line number Diff line change @@ -6,5 +6,13 @@ edition.workspace = true
66[lib ]
77crate-type = [" cdylib" ]
88
9+ [features ]
10+ default = [
11+ " async"
12+ ]
13+ async = [
14+ " wit-bindgen/async" ,
15+ ]
16+
917[dependencies ]
1018wit-bindgen.workspace = true
Original file line number Diff line number Diff line change @@ -6,5 +6,13 @@ edition.workspace = true
66[lib ]
77crate-type = [" cdylib" ]
88
9+ [features ]
10+ default = [
11+ " async"
12+ ]
13+ async = [
14+ " wit-bindgen/async" ,
15+ ]
16+
917[dependencies ]
1018wit-bindgen.workspace = true
You can’t perform that action at this time.
0 commit comments