From 60c6ce824c1b19adc86d893053010e1de52c3265 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 22 Dec 2023 12:33:35 +0100 Subject: feat: add support for async constructors --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f35729a..e883316 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "doc_cfg", "--html-in-header", "docs-style.html"] [features] factory = ["syrette/factory"] prevent-circular = [] -async = [] +async = ["syrette/async"] [dependencies] syn = { version = "1.0.96", features = ["full"] } -- cgit v1.2.3-18-g5258