From 9e01cdf341a7866180b3a63d745f3b2d7578d28a Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 23 Oct 2022 18:12:23 +0200 Subject: refactor!: reduce DI container coupling BREAKING CHANGE: You now have to import the DI containers's interfaces to use the DI containers's methods --- examples/unbound/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/unbound/bootstrap.rs') diff --git a/examples/unbound/bootstrap.rs b/examples/unbound/bootstrap.rs index 04643dc..61e5326 100644 --- a/examples/unbound/bootstrap.rs +++ b/examples/unbound/bootstrap.rs @@ -1,7 +1,7 @@ use std::rc::Rc; use anyhow::Result; -use syrette::DIContainer; +use syrette::di_container::blocking::prelude::*; use crate::animal_store::AnimalStore; use crate::animals::dog::Dog; -- cgit v1.2.3-18-g5258