From 7de7f73963a266cceff85d6ab71c3256e5d382ec Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 17 Sep 2022 18:33:43 +0200 Subject: feat!: allow factories to access async DI container BREAKING CHANGE: The to_factory & to_default_factory methods of AsyncBindingBuilder now expects a function returning a factory function --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6b5c37d..b9e406a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ required-features = ["factory"] [[example]] name = "async" -required-features = ["async"] +required-features = ["async", "factory"] [dependencies] syrette_macros = { path = "./macros", version = "0.3.0" } -- cgit v1.2.3-18-g5258