From 88a6d31399bd14da6574471a8df4423e63ef340f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 14 Sep 2023 22:00:34 +0200 Subject: refactor!: remove blocking DI container prelude module BREAKING CHANGE: The blocking DI container prelude module have been removed as it is no longer necessary seeing as the blocking DI container interface have been removed --- examples/basic/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/basic') diff --git a/examples/basic/bootstrap.rs b/examples/basic/bootstrap.rs index 1cad500..2c45676 100644 --- a/examples/basic/bootstrap.rs +++ b/examples/basic/bootstrap.rs @@ -1,7 +1,7 @@ use std::error::Error; use std::rc::Rc; -use syrette::di_container::blocking::prelude::*; +use syrette::DIContainer; use crate::animals::cat::Cat; use crate::animals::dog::Dog; -- cgit v1.2.3-18-g5258