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/named/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/named') diff --git a/examples/named/bootstrap.rs b/examples/named/bootstrap.rs index f7edc5d..5f63b47 100644 --- a/examples/named/bootstrap.rs +++ b/examples/named/bootstrap.rs @@ -1,7 +1,7 @@ use std::rc::Rc; use anyhow::Result; -use syrette::di_container::blocking::prelude::*; +use syrette::DIContainer; use crate::interfaces::ninja::INinja; use crate::interfaces::weapon::IWeapon; -- cgit v1.2.3-18-g5258