summaryrefslogtreecommitdiff
path: root/crates/parser/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/parser/src/lib.rs')
-rw-r--r--crates/parser/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs
index 2222ffa..dcb05f0 100644
--- a/crates/parser/src/lib.rs
+++ b/crates/parser/src/lib.rs
@@ -81,6 +81,7 @@ impl Parser {
shared_everything_threads: false,
component_model_multiple_returns: false,
legacy_exceptions: false,
+ component_model_async: false,
};
Validator::new_with_features(features.into())
}